Merge pull request #1614 from aeosynth/master

update extend comment
This commit is contained in:
brad dunbar
2012-09-03 16:39:08 -07:00

View File

@@ -1434,7 +1434,7 @@
return child;
};
// Set up inheritance for the model, collection, and view.
// Set up inheritance for the model, collection, router, and view.
Model.extend = Collection.extend = Router.extend = View.extend = extend;
// Throw an error when a URL is needed, and none is supplied.