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/button.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/button.js') diff --git a/js/button.js b/js/button.js index 34a61f58a..824daa702 100644 --- a/js/button.js +++ b/js/button.js @@ -7,7 +7,8 @@ * ======================================================================== */ -+function ($) { 'use strict'; ++function ($) { + 'use strict'; // BUTTON PUBLIC CLASS DEFINITION // ============================== -- cgit v1.2.3