This commit is contained in:
syuilo
2017-02-20 11:02:43 +09:00
parent a9dfe278f8
commit d042aa4fcb
64 changed files with 332 additions and 332 deletions

View File

@@ -222,7 +222,7 @@
cb = this.refs.cb.value
permission = []
this.refs.permission.query-selector-all 'input' .for-each (el) =>
this.refs.permission.query-selector-all 'input' .forEach (el) =>
if el.checked then permission.push el.value
locker = document.body.appendChild document.createElement 'mk-locker'