Lines Matching refs:once
84 Y.Global.once('history:change', handler.onGlobalChange);
85 this.history.once('change', handler.onChange);
86 this.history.once('fooChange', handler.onFooChange);
87 this.history.once('bazChange', handler.onBazChange);
88 this.history.once('fooRemove', handler.onFooRemove);
100 Y.Global.once('history:change', function (e) {
104 this.history.once('change', function (e) {
108 this.history.once('fooChange', function (e) {
112 this.history.once('fooRemove', function (e) {
162 history2.once('change', handler.onChange);