From 8f91076c6b67d4a7b9c405e3b7d9e193b584c990 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 22 Mar 2016 14:27:53 +0100 Subject: [PATCH] Code refactoring --- Resources/public/js/chill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/public/js/chill.js b/Resources/public/js/chill.js index 6c7bd0913..a22ed52da 100644 --- a/Resources/public/js/chill.js +++ b/Resources/public/js/chill.js @@ -181,4 +181,4 @@ var chill = function() { displayAlertWhenLeavingUnsubmittedForm: displayAlertWhenLeavingUnsubmittedForm, checkNullValuesInChoices: checkNullValuesInChoices, }; -} (); \ No newline at end of file +} ();