Clean up: Remove Sortable

This commit is contained in:
syuilo 2017-01-14 12:24:55 +09:00
parent 395cd3d3e5
commit 66aa137326
3 changed files with 0 additions and 9 deletions

View file

@ -1,9 +1,6 @@
riot = require \riot
module.exports = (me) ~>
riot.mixin \sortable do
Sortable: require \sortablejs
if me?
(require './scripts/stream.ls') me

View file

@ -286,7 +286,6 @@
@mixin \api
@mixin \notify
@mixin \autocomplete
@mixin \sortable
@wait = false
@uploadings = []
@ -406,10 +405,6 @@
@trigger \change-files @files
@update!
new @Sortable @refs.attaches, do
draggable: \.file
animation: 150ms
@post = (e) ~>
@wait = true