1
0
Fork 0

Base class now has __cid assigned to 0

perfodd
Mike Gerwitz 2014-03-06 01:50:00 -05:00
parent 311496fbe4
commit dd7b062474
1 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,9 @@ function ClassBuilder( member_builder, visibility_factory )
*/
exports.ClassBase = function Class() {};
// the base class has the class identifier 0
util.defineSecureProp( exports.ClassBase, '__cid', 0 );
/**
* Default static property method