Backbone.js Tutorial - 2 - Introduction to Models (ok)

C:\Users\Administrator\Desktop\gulp\app.js

var WebsiteModel = Backbone.Model.extend({
	initialize: function() {
		console.log("Test");
	}
});
jQuery(document).ready(function($) {
	var page = new WebsiteModel();
});

Last updated

Navigation

Lionel

@Copyright 2023