From 280681da4c1667100eb70eb56d7fd59fcdf9d0a8 Mon Sep 17 00:00:00 2001 From: Oliver Sartun Date: Thu, 24 Oct 2013 13:59:52 +0200 Subject: [PATCH] Removed the only reference to jQuery, so, jQuery is no longer a dependency for Backbone.Undo.js --- Backbone.Undo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Backbone.Undo.js b/Backbone.Undo.js index 68c75ea..6f1c7c7 100644 --- a/Backbone.Undo.js +++ b/Backbone.Undo.js @@ -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) \ No newline at end of file +})(window, window.document, window._, window.Backbone) \ No newline at end of file