Version 1
[yaffs-website] / node_modules / phridge / lib / instances.js
diff --git a/node_modules/phridge/lib/instances.js b/node_modules/phridge/lib/instances.js
new file mode 100755 (executable)
index 0000000..6b9786e
--- /dev/null
@@ -0,0 +1,10 @@
+"use strict";\r
+\r
+/**\r
+ * Stores all active Phantom instances. After phantom.dispose() has been called, the phantom instance will\r
+ * be removed from this array.\r
+ *\r
+ * @private\r
+ * @type {Array}\r
+ */\r
+module.exports = [];
\ No newline at end of file