Yangman - cleaned code
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / services / yangman-design.services.js
index 6b86af468b0bb453663459a01ea9fb292084b454..1eb37f4c6ffc103b9647e2577547e1ed2ce8565b 100644 (file)
@@ -90,7 +90,7 @@ define([], function () {
                 handles: 'e',
                 minWidth: 300,
                 stop: function(event, ui) {
-                    if (typeof(Storage) !== "undefined") {
+                    if (typeof(Storage) !== 'undefined') {
                         localStorage.setItem('yangman__left-panel-width', ui.size.width);
                     }
                 },