Skip to content

Commit

Permalink
allow Zepto to own $
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlor committed Jan 11, 2012
1 parent dc29ceb commit 3758c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.marionette.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,4 @@ Backbone.Marionette = (function(Backbone, _, $){
_.extend(Marionette.Application.prototype, Marionette.BindTo);

return Marionette;
})(Backbone, _, window.jQuery || window.ender);
})(Backbone, _, window.jQuery || window.Zepto || window.ender);

0 comments on commit 3758c17

Please sign in to comment.