Update node suites to not rely on previous accidental global j$ and create its own
This commit is contained in:
@@ -141,7 +141,7 @@ var j$require = (function() {
|
||||
}
|
||||
}());
|
||||
|
||||
var j$ = j$require.core(j$require);
|
||||
j$ = j$require.core(j$require);
|
||||
j$require.console(j$require, j$);
|
||||
|
||||
// options from command line
|
||||
|
||||
Reference in New Issue
Block a user