aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/progressbar_defaults.js
blob: 3856e31a0120e3e544546a4859d0ed70448a1efb (plain)
1
2
3
4
5
6
7
8
9
10
commonWidgetTests( "progressbar", {
	defaults: {
		disabled: false,
		value: 0,
		max: 100,

		//callbacks
		create: null
	}
});