6b9786e3e3d72f435466333475f43e3f9663f86c
[yaffs-website] / 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 = [];