]> dev.renevier.net Git - syj.git/blobdiff - public/js/syj.js
js strict mode in development files
[syj.git] / public / js / syj.js
index 4b62b84e1faccc90b9a538fd9393f018636598f2..e76acccebffee2dd278672072f1ae905b1a7b152 100644 (file)
@@ -1,6 +1,8 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
+"use strict";
+
 // avoid openlayers alerts
 OpenLayers.Console.userError = function(error) {
     SYJView.messenger.setMessage(error, "error");