From b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 30 Oct 2014 15:55:08 -0400 Subject: Build: Remove manifest files; move metadata to source files Closes gh-1379 --- ui/mouse.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ui/mouse.js') 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 ) { -- cgit v1.2.3