Преглед изворни кода

Add "use strict" to the top.

Scott Lahteine пре 9 година
родитељ
комит
09a385d9b0
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      Marlin/configurator/js/configurator.js

+ 3
- 0
Marlin/configurator/js/configurator.js Прегледај датотеку

@@ -11,6 +11,9 @@
11 11
  *    - Parser to read Marlin Configuration.h and Configuration_adv.h files
12 12
  *    - Utilities to replace values in configuration files
13 13
  */
14
+
15
+"use strict";
16
+
14 17
 $(function(){
15 18
 
16 19
 var marlin_config = '..';

Loading…
Откажи
Сачувај