UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

12 lines (9 loc) 217 B
qx.Class.define("qx.test.log.fixture.ClassC1", { extend: qx.test.log.fixture.ClassB1, members: { _applyNewProperty() { super._applyNewProperty(); this._callCountApplyNewProperty++; } } });