Dragndrop preview film tiles

- import go jquery-ui
- Basic implementation without styling
- only swapping is possible (no insertion)
This commit is contained in:
Vince
2012-09-07 23:14:25 +02:00
parent 022773d3ab
commit b824207d1d
5 changed files with 63 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ $.namespace("pskl");
this.previewsController = new pskl.controller.PreviewFilmController(
frameSheet,
$('#preview-list')[0],
$('#preview-list'),
previewTileCanvasDpi
);