UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

14 lines (11 loc) 227 B
qx.Class.define("qx.test.log.fixture.ClassC1", { extend : qx.test.log.fixture.ClassB1, members : { _applyNewProperty: function () { this.base(arguments); this._callCountApplyNewProperty++; } } });