1
0
Fork 0

[DEV-5312] Workaround multiple easejs instances

master
Austin Schaffer 2019-11-11 15:15:28 -05:00
parent 015a3f5d47
commit bdd77f8de4
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ var Class = require( 'easejs' ).Class,
module.exports = Class( 'DslRaterContext' )
.extend( EventEmitter,
{
/**
* TODO: Remove workaround for bug extending class across
* multiple easejs instances
*/
'public _events': {},
/**
* Hash of classes that will result in a global submit
* @type {Object}