摘要:
1 // Backbone.View 2 // ------------- 3 4 // Backbone Views are almost more convention than they are actual code. A View 5 // is simply a JavaScript object that represents a logical ... 阅读全文
摘要:
1 // Backbone.Model 2 // -------------- 3 4 // Backbone **Models** are the basic data object in the framework -- 5 // frequently representing a row in a table in a database on your ... 阅读全文
摘要:
总是把这两个库中的extend搞混了所以写下来。 backbone中的extend实现了继承: 1 // Helper function to correctly set up the prototype chain for subclasses. 2 // Similar to `goog.inh 阅读全文