Add "use strict" to the top.
This commit is contained in:
parent
b2627200ea
commit
09a385d9b0
@ -11,6 +11,9 @@
|
|||||||
* - Parser to read Marlin Configuration.h and Configuration_adv.h files
|
* - Parser to read Marlin Configuration.h and Configuration_adv.h files
|
||||||
* - Utilities to replace values in configuration files
|
* - Utilities to replace values in configuration files
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
|
|
||||||
var marlin_config = '..';
|
var marlin_config = '..';
|
||||||
|
Loading…
Reference in New Issue
Block a user