Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Minor style nit in test.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed May 16, 2014
1 parent 823be72 commit b7f3701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var undefined;

/** Used as a reference to the global object */
var root = typeof global == 'object' && global || this;
var root = (typeof global == 'object' && global) || this;

/** Method and object shortcuts */
var phantom = root.phantom,
Expand Down

0 comments on commit b7f3701

Please sign in to comment.