UNPKG
alpha-one
Version:
latest (0.0.23)
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.7
0.0.6
0.0.5
0.0.1
0.0.0
ideas about recurring tasks in Web- and Backend-Application building
alpha-one
/
common
/
jquery.com
/
jquery-ui-1.10.3
/
tests
/
unit
/
button
/
button_common.js
15 lines
(13 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TestHelpers.
commonWidgetTests
(
"button"
, {
defaults
: {
disabled
:
null
,
icons
: {
primary
:
null
,
secondary
:
null
},
label
:
null
,
text
:
true
, // callbacks
create
:
null
} });