From 15889494c517c40ba1b4ea005d17bd8e856a3dd1 Mon Sep 17 00:00:00 2001 From: Sheel Choksi Date: Sun, 29 Sep 2013 14:59:58 -0700 Subject: [PATCH] Update node suites to not rely on previous accidental global j$ and create its own --- spec/node_suite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/node_suite.js b/spec/node_suite.js index fedf61d2..5431a90b 100644 --- a/spec/node_suite.js +++ b/spec/node_suite.js @@ -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