]> dev.renevier.net Git - syj.git/blobdiff - public/js/account.js
js strict mode in development files
[syj.git] / public / js / account.js
index 20b893cf713f2fa0ba832108280d79835de9c9ba..c54353268ea3d410d7f38a739869fdba90d9f0fe 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";
+
 document.observe("dom:loaded", function() {
     var currentmail = $("account_email").value, form = $("accountform");