baimeng пре 9 година
родитељ
комит
8d280c910f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      wl/www/js/services/utilservice.js

+ 1 - 1
wl/www/js/services/utilservice.js

xqd
@@ -14,7 +14,7 @@
                 return e
             },
             format: function () {
-                if (arguments.length == 0) return "";
+                if (arguments.length == 0) return ""; 
                 if (arguments.length == 1) return arguments[0];
                 var e = arguments[0];
                 var t = Array.prototype.slice.call(arguments).splice(1);