摘要: // Underscore.js 1.3.3// (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.// Underscore is freely distributable under the MIT license.// Portions of Underscore are inspired or borrowed from Prototype,// Oliver Steele's Functional, and John Resig's Micro-Templating.// For all details and docu 阅读全文
posted @ 2014-04-08 10:04 闫宝平 阅读(6483) 评论(4) 推荐(3) 编辑
摘要: // Backbone.js 0.9.2// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.// Backbone may be freely distributed under the MIT license.// For all details and documentation:// http://backbonejs.org(function() { // 创建一个全局对象, 在浏览器中表示为window对象, 在Node.js中表示global对象 var root = this; // 保存"Backbone" 阅读全文
posted @ 2014-04-08 09:57 闫宝平 阅读(2881) 评论(1) 推荐(0) 编辑