diff options
Diffstat (limited to 'ui/mouse.js')
-rw-r--r-- | ui/mouse.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/mouse.js b/ui/mouse.js index 0ac9acb6c..fc499cf5b 100644 --- a/ui/mouse.js +++ b/ui/mouse.js @@ -5,9 +5,13 @@ * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/mouse/ */ + +//>>label: Mouse +//>>group: UI Core +//>>description: Abstracts mouse-based interactions to assist in creating certain widgets. +//>>docs: http://api.jqueryui.com/mouse/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |