OSDN Git Service

Version 0.6.143, fix X.UI.ScrollBox for iOS3.
[pettanr/clientJs.git] / 0.6.x / js / 01_core / 00_builtin.js
index 8a8f073..b5cb1cb 100644 (file)
@@ -173,7 +173,7 @@ DecodeURI=function(str){
 };\r
  */\r
 \r
-/* 正規表現が使われているため、まだ投入しない itozyun\r
+/* 正規表現が使われているため、まだ投入しない itozyun*/\r
 window.encodeURI || (window.encodeURI = function (x) {\r
        return ("" + x).replace(/[^!#$&-;=?-Z_a-z~]/g, function (s) {\r
                var c = s.charCodeAt(0), p = "%";\r
@@ -209,7 +209,7 @@ window.decodeURI || (window.decodeURI = function (x) {
                );\r
        });\r
 });\r
-*/\r
+\r
 \r
 \r
 //window.decodeURIComponent || (window.decodeURIComponent = window.decodeURI);\r