Use const wherever possible in js/
[plack-app-gruntmaster.git] / js / 00-strict.js
index e08ecdb91b143879d05fc6cf5abf98990e11c246..dccfeb1181890c96c25605f3a29fe5aef50a19a4 100644 (file)
@@ -1,2 +1,2 @@
 'use strict';
-var $;
+let $;
This page took 0.010171 seconds and 4 git commands to generate.