Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <johannes.ewald@roomieplanet.de>2012-06-22 20:31:57 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-06-22 20:31:57 +0400
commitb4c182b65a7d3ad4f8ab539fd24e138f86db6f0a (patch)
tree3cb3ef122b4e445c77adc968ed8f4d9dbc6ad20e
parentff40e6a78fe52e2041b39763488df95d4eb72602 (diff)
removed playground
-rw-r--r--playground.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/playground.js b/playground.js
deleted file mode 100644
index 2ec9989..0000000
--- a/playground.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var vm = require("vm");
-
-var mine = {};
-
-mine.runInNewContext = vm.runInNewContext;
-
-mine.runInNewContext("console.log('test');", {
- "console": console
-});