corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 56  →  ?path2? @ 57
/inventoryBrowser/node_modules/jquery-ui/tests/unit/droppable/helper.js
@@ -0,0 +1,21 @@
define( [
"qunit",
"jquery",
"lib/helper"
], function( QUnit, $, helper ) {
 
return $.extend( helper, {
shouldDrop: function( assert ) {
 
// Todo: actually implement this
assert.ok( true, "missing test - untested code is broken code" );
},
 
shouldNotDrop: function( assert ) {
 
// Todo: actually implement this
assert.ok( true, "missing test - untested code is broken code" );
}
} );
 
} );