econ
Version:
Event Collections
17 lines • 587 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var std = require("tstl");
var EventDispatcher_1 = require("../basic/EventDispatcher");
Object.defineProperty(std.base.MapIterator.prototype, "second", {
get: function () {
return this.value.second;
},
set: function (val) {
this.value.second = val;
if (this.source().dispatcher_ instanceof EventDispatcher_1.EventDispatcher)
this.source().refresh(this);
},
enumerable: true,
configurable: true
});
//# sourceMappingURL=internal.js.map
;