client/js/require-utils.js
changeset 293 fba23fde14ba
parent 290 8a6eb26ac87f
--- a/client/js/require-utils.js	Fri May 16 12:37:51 2014 +0200
+++ b/client/js/require-utils.js	Fri May 16 14:09:57 2014 +0200
@@ -1,5 +1,5 @@
-"use strict";
 define([], function ($, _) {
+    'use strict';
     return {
         getUtils: function(){
             return window.Rkns.Utils;
@@ -8,5 +8,5 @@
             return window.Rkns.Renderer;
         }
     };
-    
-});
\ No newline at end of file
+
+});