Signal, https://javascript.ru/forum/project/...atcher-js.html
EventDispatcher(Gtdocument, true);
var mainProcess = new Gtdocument();
mainProcess.addEventListener('select', function() {
});
mainProcess.onselect = function() {
};
mainProcess.dispatchEvent('select');
Последний раз редактировалось ruslan_mart, 11.11.2017 в 19:59.
|