From 0f060e7bc435e1048b7fc564673049704cc41dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 1 Jan 2014 15:42:41 +0100 Subject: 'use strict' on new line --- js/modal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/modal.js') diff --git a/js/modal.js b/js/modal.js index 856ea7cd85..ab2bd850e4 100644 --- a/js/modal.js +++ b/js/modal.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // MODAL CLASS DEFINITION // ====================== -- cgit v1.2.3