以前つくったクラス を改修しました。kimizuka.hatenablog.com 変更点 currentTImeを取得できるように変更しました。 (function(win) { "use strict"; win.App = {}; })(this); (function(win, doc, ns) { "use strict"; function EventDispatcher() { this._events = {}; } EventDispatcher.prototype.hasEventListener =…