extending Backbone.Collection prototype
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Following on from this question , I'm trying to augment Backbone.Collection with some custom methods. However, I'm getting some inconsistent behaviour between the console and the source. Here's how the test looks HTML ... <script type="text/javascript" src="./libs/underscore.js"></script> <script type="text/javascript" src="./libs/backbone.js"></script> <script type="text/javascript" src="./libs/backbone-extend.js"></script> <script type="text/javascript" src="./qunit/qunit.js"></script> <script type="text/javascript" src="./backbone-extend