Просмотр исходного кода

Renamed wireable.js to io.js to match exported class name. Fixed bug

master
Bryan Miller 6 лет назад
Родитель
Сommit
59978a550d
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      src/common/io.js

src/common/wireable.js → src/common/io.js Просмотреть файл

} }


triggerRead(){ triggerRead(){
this.__rlisteners.apply(this.__rlisteners, Array.prototype.slice.call(arguments));
this.__rlisteners.trigger.apply(this.__rlisteners, Array.prototype.slice.call(arguments));
return this; return this;
} }


triggerWrite(){ triggerWrite(){
this.__wlisteners.apply(this.__wlisteners, Array.prototype.slice.call(arguments));
this.__wlisteners.trigger.apply(this.__wlisteners, Array.prototype.slice.call(arguments));
return this; return this;
} }
} }

Загрузка…
Отмена
Сохранить