Add "use strict" to the top.

This commit is contained in:
Scott Lahteine 2015-02-05 08:22:51 -08:00
parent b2627200ea
commit 09a385d9b0

View File

@ -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 = '..';