diff options
author | Rafael Xavier de Souza <rxaviers@gmail.com> | 2013-08-01 17:47:51 -0300 |
---|---|---|
committer | Rafael Xavier de Souza <rxaviers@gmail.com> | 2014-01-24 18:22:42 -0200 |
commit | 234f7f3c0e8e0de5b5c194a357e02edc95a83376 (patch) | |
tree | d0f76b7151141f8f854328d968764f1c8d44f9e1 /ui/jquery.ui.mouse.js | |
parent | 1216e2aaf5e9bae52abe1ef9dfb9ab34c271c56d (diff) | |
download | jquery-ui-234f7f3c0e8e0de5b5c194a357e02edc95a83376.tar.gz jquery-ui-234f7f3c0e8e0de5b5c194a357e02edc95a83376.zip |
All: Remove "Depends" comment
Ref #9464
Ref gh-1029
Diffstat (limited to 'ui/jquery.ui.mouse.js')
-rw-r--r-- | ui/jquery.ui.mouse.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/jquery.ui.mouse.js b/ui/jquery.ui.mouse.js index 4f60c28fc..c6f4c1384 100644 --- a/ui/jquery.ui.mouse.js +++ b/ui/jquery.ui.mouse.js @@ -7,9 +7,6 @@ * http://jquery.org/license * * http://api.jqueryui.com/mouse/ - * - * Depends: - * jquery.ui.widget.js */ (function( factory ) { if ( typeof define === "function" && define.amd ) { |