From 71af829fc4f31f424801251efb04dd36ee0156a1 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 23 Oct 2016 14:07:13 -0400 Subject: removed extra draggie init Former-commit-id: b0affa47d8a1a178e83b594dccbb144fbe2ef757 --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') 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); -- cgit v1.2.3