source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/unit/button/button_defaults.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 226 bytes
Line 
1/*
2 * button_defaults.js
3 */
4
5var button_defaults = {
6 disabled: false,
7 text: true,
8 label: null,
9 icons: {
10 primary: null,
11 secondary: null
12 }
13};
14
15commonWidgetTests('button', { defaults: button_defaults });
Note: See TracBrowser for help on using the repository browser.