1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 09:14:05 +02:00
This commit is contained in:
syuilo
2017-02-18 17:42:17 +09:00
parent 7602f16727
commit a62fe67e25
3 changed files with 17 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ module.exports = (me) ~>
riot.mixin \notify do
notify: require './scripts/notify'
dialog = require './scripts/dialog.ls'
dialog = require './scripts/dialog'
riot.mixin \dialog do
dialog: dialog