Last active
May 28, 2018 15:40
-
-
Save dasniko/6494bf2c3e0eb8dc2e8a to your computer and use it in GitHub Desktop.
Revisions
-
dasniko revised this gist
Feb 3, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ var global = this; var window = this; var process = {env: {}}; var console = {}; console.debug = print; -
dasniko created this gist
Sep 21, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ var global = this; var console = {}; console.debug = print; console.warn = print; console.log = print;