Set up $.fn.expectOne in setup.js

(imported from commit 77922cf8f506d4eb811498d418215eabf74b76ae)
This commit is contained in:
Steve Howell
2014-03-13 11:06:14 -04:00
committed by Leo Franchi
parent 91e83731f0
commit b12b44579c
3 changed files with 12 additions and 11 deletions

View File

@@ -2,8 +2,6 @@ add_dependencies({
util: 'js/util.js'
});
set_global('$', {});
var util = global.util;
(function test_CachedValue() {