From 64e24b64b1cb303963cfd3b723dc80cb289b4f0e Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 25 Jul 2018 12:36:25 -0400 Subject: #675 typo fixes for jshint --- www/js/EventModalCtrl.js | 2 +- www/js/MonitorModalCtrl.js | 2 +- www/js/TimelineCtrl.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js') diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 4d31091e..2b0edb50 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -139,7 +139,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro handled = true; return handled; - }) + }); } diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index 4844f80b..82e43c01 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -166,7 +166,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ handled = true; return handled; - }) + }); } diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index dec34504..250fda9e 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -377,7 +377,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla handled = true; return handled; - }) + }); } //------------------------------------------- -- cgit v1.2.3