Add JS files
This commit is contained in:
14
include/jQuery/jquery-ui/tests/unit/button/button_common.js
vendored
Executable file
14
include/jQuery/jquery-ui/tests/unit/button/button_common.js
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
TestHelpers.commonWidgetTests( "button", {
|
||||
defaults: {
|
||||
disabled: null,
|
||||
icons: {
|
||||
primary: null,
|
||||
secondary: null
|
||||
},
|
||||
label: null,
|
||||
text: true,
|
||||
|
||||
// callbacks
|
||||
create: null
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user