From ecfef4a560dece9dd911017efdfc63fcc04bedfc Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 16:08:59 +0200 Subject: adapted to jshint config --- module/web/app/scripts/views/notificationView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/web/app/scripts/views/notificationView.js') diff --git a/module/web/app/scripts/views/notificationView.js b/module/web/app/scripts/views/notificationView.js index 1dc150c79..abfcd8079 100644 --- a/module/web/app/scripts/views/notificationView.js +++ b/module/web/app/scripts/views/notificationView.js @@ -63,9 +63,9 @@ define(['jquery', 'backbone', 'underscore', 'app', 'collections/InteractionList' openQuery: function() { var self = this; - _.requireOnce(['views/queryModal'], function(modalView) { + _.requireOnce(['views/queryModal'], function(ModalView) { if (self.modal === null) { - self.modal = new modalView(); + self.modal = new ModalView(); self.modal.parent = self; } -- cgit v1.2.3