Skip to content

Commit b5db1be

Browse files
committed
Updated placeholder
1 parent 15ed09b commit b5db1be

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ui/jquery.ui.panel.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* jQuery UI Panel @VERSION
3+
*
4+
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
5+
* Dual licensed under the MIT (MIT-LICENSE.txt)
6+
* and GPL (GPL-LICENSE.txt) licenses.
7+
*
8+
* http://docs.jquery.com/UI/Panel
9+
*
10+
* Depends:
11+
* jquery.ui.core.js
12+
* jquery.ui.widget.js
13+
*/
14+
(function($) {
15+
16+
$.widget("ui.panel", {
17+
18+
});
19+
20+
});

0 commit comments

Comments
 (0)