corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 56  →  ?path2? @ 57
/inventoryBrowser/node_modules/jquery-ui/tests/unit/progressbar/common.js
@@ -0,0 +1,24 @@
define( [
"lib/common",
"ui/widgets/progressbar"
], function( common ) {
 
common.testWidget( "progressbar", {
defaults: {
classes: {
"ui-progressbar": "ui-corner-all",
"ui-progressbar-value": "ui-corner-left",
"ui-progressbar-complete": "ui-corner-right"
},
disabled: false,
max: 100,
value: 0,
 
//Callbacks
change: null,
complete: null,
create: null
}
} );
 
} );