Skip to content

Commit

Permalink
FuncUnit working with Steal master
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Sep 10, 2012
1 parent bb7d97f commit bce045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funcunit.js
Expand Up @@ -8,6 +8,6 @@ steal('jquery').then('funcunit/syn',
'./browser/traversers.js',
'./browser/queue.js',
'./browser/waits.js',
function($, Syn, FuncUnit) {
function(Syn, FuncUnit) {
window.FuncUnit = window.S = FuncUnit;
});

0 comments on commit bce045c

Please sign in to comment.