more styling

This commit is contained in:
2017-11-03 03:37:48 +00:00
parent 6072e68a65
commit e41d4a6394
12 changed files with 385 additions and 179 deletions

View File

@@ -26,7 +26,7 @@ var Sui = {
actuator.data.call(this) : [this.value]
);
}
$(domEl).on(actuator.event, handle)
domEl.addEventListener(actuator.event, handle)
});
};
},