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

		//callbacks
		create: null
	}
});