diff --git a/src/jio.storage/davstorage.js b/src/jio.storage/davstorage.js
index 28c3f6b4288fbc4f6a990810f5de6853b5e72886..5575498d05e3287b5409766c9cabdd4afff010d9 100644
--- a/src/jio.storage/davstorage.js
+++ b/src/jio.storage/davstorage.js
@@ -4,7 +4,7 @@
 * http://www.gnu.org/licenses/lgpl.html
 */
 
-/*jslint indent: 2, maxlen: 80, sloppy: true, nomen: true */
+/*jslint indent: 2, maxlen: 80, nomen: true */
 /*global jIO: true, $: true, btoa: true  */
 
 // JIO Dav Storage Description :
@@ -57,6 +57,7 @@
 // The file will be saved as http:%2F%2F100%25_.json
 
 jIO.addStorageType("dav", function (spec, my) {
+  "use strict";
   var priv = {}, that = my.basicStorage(spec, my), dav = {};
 
   // ATTRIBUTES //