aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/progressbar/progressbar_common.js
blob: 0768576f568b551fd6870b8ad7500b962a2954a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TestHelpers.commonWidgetTests( "progressbar", {
	defaults: {
		disabled: false,
		max: 100,
		value: 0,

		//callbacks
		change: null,
		complete: null,
		create: null
	}
});