forked from bitovi/funcunit
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuncunit.js
More file actions
Latest commit
13 lines (13 loc) · 478 Bytes
/
Copy pathfuncunit.js
File metadata and controls
13 lines (13 loc) · 478 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
//what we need from javascriptmvc or other places
steal('./browser/resources/jquery.js',function(){
if(!window.FuncUnit){
window.FuncUnit={};
}
FuncUnit.jQuery=jQuery.noConflict(true);
})
.then('./browser/resources/json.js','funcunit/syn')
.then('./browser/core.js')
.then('./browser/adapters/adapters.js')
.then('./browser/open.js','./browser/actions.js',
'./browser/getters.js','./browser/traversers.js','./browser/queue.js',
'./browser/waits.js')