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