Skip to content

Commit

Permalink
Resolving issue 164. Fixed so that it works with jQuery.noConflict
Browse files Browse the repository at this point in the history
  • Loading branch information
theironcook committed Sep 30, 2013
1 parent 1eae079 commit efa1a68
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Backbone.CollectionBinder.js
@@ -1,4 +1,4 @@
// Backbone.CollectionBinder v1.0.3
// Backbone.CollectionBinder v1.0.5
// (c) 2013 Bart Wood
// Distributed Under MIT License

Expand Down Expand Up @@ -30,7 +30,7 @@
Backbone.CollectionBinder.options = options;
};

Backbone.CollectionBinder.VERSION = '1.0.3';
Backbone.CollectionBinder.VERSION = '1.0.5';

_.extend(Backbone.CollectionBinder.prototype, Backbone.Events, {
bind: function(collection, parentEl){
Expand Down
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
@@ -1,4 +1,4 @@
// Backbone.ModelBinder v1.0.4
// Backbone.ModelBinder v1.0.5
// (c) 2013 Bart Wood
// Distributed Under MIT License

Expand Down Expand Up @@ -26,7 +26,7 @@
};

// Current version of the library.
Backbone.ModelBinder.VERSION = '1.0.4';
Backbone.ModelBinder.VERSION = '1.0.5';
Backbone.ModelBinder.Constants = {};
Backbone.ModelBinder.Constants.ModelToView = 'ModelToView';
Backbone.ModelBinder.Constants.ViewToModel = 'ViewToModel';
Expand Down

0 comments on commit efa1a68

Please sign in to comment.