OSDN Git Service

sie-uncompressed.jsの文字コードをBOM付きに変更
authordhrname <sie-developers@lists.sourceforge.jp>
Tue, 22 Jul 2014 11:25:12 +0000 (20:25 +0900)
committerdhrname <sie-developers@lists.sourceforge.jp>
Tue, 22 Jul 2014 11:25:12 +0000 (20:25 +0900)
ChangeLog.txt
org/sie-uncompressed.js

index 740d1f1..6e0bde8 100644 (file)
@@ -1,4 +1,4 @@
-2014-7-10 version 16beta (Commit: 52caabde4cb865c37f7305c69a266663e91035d1)\r
+2014-7-22 version 16 (Commit: 52caabde4cb865c37f7305c69a266663e91035d1)\r
 1, オブジェクト指向の支援ライブラリとしてbase.jsを実装\r
 2, SIEのコードをbase.jsを使って書き換えて、軽量化\r
 3, replaceChildメソッドの型チェックをはずす\r
index 4f14b3c..eff06ff 100755 (executable)
@@ -1,4 +1,4 @@
-/*!SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License\r
+/*!SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License\r
  *http://sie.sourceforge.jp/\r
  *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script>\r
  */\r
@@ -1862,7 +1862,7 @@ CSSStyleDeclaration.prototype = {
     for (var i=0,tl=this._list,tli=tl.length;i<tli;++i) {\r
       ti = tl[i];\r
       tc = ti.cssText;\r
-      if (tc.indexOf(propertyName) > -1) {  //プロパティ名に合致するCSSValueオブジェクトが見つかった場合 \r
+      if (tc.indexOf(propertyName) > -1) {  //プロパティ名に合致するCSSValueオブジェクトが見つかった場合\r
         ti._empercents = tl._fontSize;\r
         i = tl = tli = tc = prop = propertyName = void 0;\r
         return ti;\r
@@ -1926,8 +1926,8 @@ CSSStyleDeclaration.prototype = {
        *CSSPrimitiveValueオブジェクトとSVGPaintオブジェクトを最後に置き換える\r
        */\r
       ti = tg ? tg : new SVGPaint();\r
-      paintType = \r
-        (this._isRS[value.charAt(0)] || ti._keywords[value]) ? \r
+      paintType =\r
+        (this._isRS[value.charAt(0)] || ti._keywords[value]) ?\r
           /*SVGPaint.SVG_PAINTTYPE_RGBCOLOR*/ 1\r
         : (value === "none") ?\r
           /*SVGPaint.SVG_PAINTTYPE_NONE*/ 101\r
@@ -2371,7 +2371,7 @@ base("$document").defaultView = base("$viewCSS").mix({
         } else if (css._ex) {\r
           n *= css._ex * 0.5;\r
         } else if (css["_%"]) {\r
-          n *= css["_%"] / 100; \r
+          n *= css["_%"] / 100;\r
         }\r
         css.cssText = "font-size:" +n+ "px";\r
       }\r
@@ -2522,8 +2522,8 @@ function TimeEvent() {
 };\r
 TimeEvent.counstructor = Event;\r
 TimeEvent.prototype = Object._create(Event);\r
-/*void*/  TimeEvent.prototype.initTimeEvent = function(/*DOMString*/ typeArg, \r
-                                     /*views::AbstractView*/ viewArg, \r
+/*void*/  TimeEvent.prototype.initTimeEvent = function(/*DOMString*/ typeArg,\r
+                                     /*views::AbstractView*/ viewArg,\r
                                      /*long*/ detailArg) {\r
   this.type = typeArg;\r
   this.view = viewArg;\r