Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into ammmze-master

Conflicts:
	Backbone.CollectionBinder.min.js
  • Loading branch information
theironcook committed Sep 30, 2013
2 parents 75468dc + e9165ae commit 1eae079
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Backbone.CollectionBinder.js
Expand Up @@ -2,7 +2,7 @@
// (c) 2013 Bart Wood
// Distributed Under MIT License

(function(){
(function(_, $, Backbone){

if(!Backbone){
throw 'Please include Backbone.js before Backbone.ModelBinder.js';
Expand Down Expand Up @@ -282,4 +282,4 @@
}
});

}).call(this);
}).call(this, _, jQuery, Backbone);
4 changes: 2 additions & 2 deletions Backbone.CollectionBinder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Backbone.ModelBinder.js
Expand Up @@ -8,7 +8,7 @@
define(['underscore', 'jquery', 'backbone'], factory);
} else {
// Browser globals
factory(_, $, Backbone);
factory(_, jQuery, Backbone);
}
}(function(_, $, Backbone){

Expand Down Expand Up @@ -577,4 +577,4 @@

return Backbone.ModelBinder;

}));
}));

0 comments on commit 1eae079

Please sign in to comment.