diff options
Diffstat (limited to 'ui/widget.js')
-rw-r--r-- | ui/widget.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/widget.js b/ui/widget.js index 41425b1a9..302705044 100644 --- a/ui/widget.js +++ b/ui/widget.js @@ -5,9 +5,14 @@ * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license - * - * http://api.jqueryui.com/jQuery.widget/ */ + +//>>label: Widget +//>>group: UI Core +//>>description: Provides a factory for creating stateful widgets with a common API. +//>>docs: http://api.jqueryui.com/jQuery.widget/ +//>>demos: http://jqueryui.com/widget/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |