Security update for Core, with self-updated composer
[yaffs-website] / node_modules / phridge / lib / instances.js
1 "use strict";\r
2 \r
3 /**\r
4  * Stores all active Phantom instances. After phantom.dispose() has been called, the phantom instance will\r
5  * be removed from this array.\r
6  *\r
7  * @private\r
8  * @type {Array}\r
9  */\r
10 module.exports = [];