Use const wherever possible in js/
[plack-app-gruntmaster.git] / js / 05-ki.js
index 59104b46c833d194b599d8550bc93ad08986110f..c2960a0170baf41117b248651b64d5bfd377e5a7 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 2014 Denis Ciccale (@tdecs)
  * Released under MIT license
  */
-!function (b, c, d, e) {
+(function (b, c, d, e) {
 
   /*
    * init function (internal use)
@@ -68,4 +68,4 @@
     // representation instead of an object
     splice: c.splice
   }
-}(document, [], 'prototype');
+})(document, [], 'prototype');
This page took 0.009997 seconds and 4 git commands to generate.