Removed the only reference to jQuery, so, jQuery is no longer a dependency for Backbone.Undo.js
This commit is contained in:
parent
7f3534ef6c
commit
280681da4c
@ -7,7 +7,7 @@
|
||||
* Documentation and full license available at
|
||||
* https://github.com/Bloli/Backbone.Undo.js
|
||||
*/
|
||||
(function (win, doc, $, _, Backbone, undefined) {
|
||||
(function (win, doc, _, Backbone, undefined) {
|
||||
|
||||
var core_slice = Array.prototype.slice;
|
||||
|
||||
@ -780,4 +780,4 @@
|
||||
|
||||
Backbone.UndoManager = UndoManager;
|
||||
|
||||
})(window, window.document, window.jQuery, window._, window.Backbone)
|
||||
})(window, window.document, window._, window.Backbone)
|
Loading…
Reference in New Issue
Block a user