diff options
Diffstat (limited to 'ui/dialog.js')
-rw-r--r-- | ui/dialog.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/dialog.js b/ui/dialog.js index 5561a96cd..fb50939dd 100644 --- a/ui/dialog.js +++ b/ui/dialog.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/dialog/ */ + +//>>label: Dialog +//>>group: Widgets +//>>description: Displays customizable dialog windows. +//>>docs: http://api.jqueryui.com/dialog/ +//>>demos: http://jqueryui.com/dialog/ + (function( factory ) { if ( typeof define === "function" && define.amd ) { |