summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-23 14:07:13 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-23 14:07:13 -0400
commit71af829fc4f31f424801251efb04dd36ee0156a1 (patch)
treed3d506286fec78439aafaa91a01ebb7d70bd3c0d /www
parentc0e53a91cb1e11287857b2ec67657d4da2423e12 (diff)
removed extra draggie init
Former-commit-id: b0affa47d8a1a178e83b594dccbb144fbe2ef757
Diffstat (limited to 'www')
-rw-r--r--www/js/MontageCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index a012c0e7..4f60f169 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -199,7 +199,7 @@ angular.module('zmApp.controllers')
$timeout(function () {
pckry.getItemElements().forEach(function (itemElem) {
- draggie = new Draggabilly(itemElem);
+
draggie = new Draggabilly(itemElem);
pckry.bindDraggabillyEvents(draggie);
draggies.push(draggie);