OSDN Git Service

コロンやセミコロンのつけ忘れを修正
authordhrname <sie-developers@lists.sourceforge.jp>
Sat, 15 Nov 2014 13:37:57 +0000 (22:37 +0900)
committerdhrname <sie-developers@lists.sourceforge.jp>
Sat, 15 Nov 2014 13:37:57 +0000 (22:37 +0900)
org/sie-uncompressed.js
org/w3c/dom/css.js
org/w3c/dom/events.js
org/w3c/dom/svg.js

index 1a217f7..eea659e 100755 (executable)
@@ -1433,7 +1433,7 @@ base("$event").up("MutationEvents").mix( {
   /*string*/  prevValue: null,\r
                   newValue: null,\r
                   attrName: null,\r
-  /*unsigned short*/  attrChange: 2,\r
+  /*unsigned short*/  attrChange: 2\r
 } );\r
     // attrChangeType\r
 /*unsigned short  MutationEvent.MODIFICATION  = 1;\r
@@ -1812,7 +1812,7 @@ base("$CSSStyleRule").mix( {
 /*CSSRule*/       parentRule: null,\r
   type: /*CSSRule.STYLE_RULE*/ 1,\r
   selectorText: "",\r
-/*CSSStyleDeclaration*/ style: (base("$CSSStyleDeclaration")),\r
+/*CSSStyleDeclaration*/ style: (base("$CSSStyleDeclaration"))\r
 } ).mix( function() {\r
        this.up("$CSSMediaRule").mix( {\r
          type: /*CSSRule.MEDIA_RULE*/ 4,\r
@@ -1835,7 +1835,7 @@ base("$CSSStyleRule").mix( {
        \r
        this.up("$CSSPageRule").mix( {\r
          type: /*CSSRule.PAGE_RULE*/ 6,\r
-         selectorText: "",\r
+         selectorText: ""\r
        /*CSSStyleDeclaration this.style;*/\r
        } );\r
        \r
@@ -6816,7 +6816,7 @@ SVGTextPositioningElement: function(_doc) {
 } );\r
 \r
 /*text要素のインターフェースとなるオブジェクトをtspan要素に流用する*/\r
-base.$1["http://www.w3.org/2000/svgtspan"] = base.$1["http://www.w3.org/2000/svgtext"].up()\r
+base.$1["http://www.w3.org/2000/svgtspan"] = base.$1["http://www.w3.org/2000/svgtext"].up();\r
 \r
 \r
 /*text要素のインターフェースとなるオブジェクトをtref要素に流用する*/\r
@@ -8484,7 +8484,7 @@ base.$1["http://www.w3.org/2000/svganimateMotion"] = base.$1["http://www.w3.org/
   this.addEventListener("repeatEvent", function(evt) {\r
     var tar = evt.target;\r
   }, false);\r
-} )\r
+} );\r
 \r
 base.$1.upsvg("mpath")\r
  .on("initialize", function () {\r
index 32259f8..1076d7c 100644 (file)
@@ -106,7 +106,7 @@ base("$CSSStyleRule").mix( {
 /*CSSRule*/       parentRule: null,\r
   type: /*CSSRule.STYLE_RULE*/ 1,\r
   selectorText: "",\r
-/*CSSStyleDeclaration*/ style: (base("$CSSStyleDeclaration")),\r
+/*CSSStyleDeclaration*/ style: (base("$CSSStyleDeclaration"))\r
 } ).mix( function() {\r
        this.up("$CSSMediaRule").mix( {\r
          type: /*CSSRule.MEDIA_RULE*/ 4,\r
@@ -129,7 +129,7 @@ base("$CSSStyleRule").mix( {
        \r
        this.up("$CSSPageRule").mix( {\r
          type: /*CSSRule.PAGE_RULE*/ 6,\r
-         selectorText: "",\r
+         selectorText: ""\r
        /*CSSStyleDeclaration this.style;*/\r
        } );\r
        \r
index 0a75db0..2958eb5 100644 (file)
@@ -343,7 +343,7 @@ base("$event").up("MutationEvents").mix( {
   /*string*/  prevValue: null,\r
                   newValue: null,\r
                   attrName: null,\r
-  /*unsigned short*/  attrChange: 2,\r
+  /*unsigned short*/  attrChange: 2\r
 } );\r
     // attrChangeType\r
 /*unsigned short  MutationEvent.MODIFICATION  = 1;\r
index aeefad3..7e29cfe 100644 (file)
@@ -4297,7 +4297,7 @@ SVGTextPositioningElement: function(_doc) {
 } );\r
 \r
 /*text要素のインターフェースとなるオブジェクトをtspan要素に流用する*/\r
-base.$1["http://www.w3.org/2000/svgtspan"] = base.$1["http://www.w3.org/2000/svgtext"].up()\r
+base.$1["http://www.w3.org/2000/svgtspan"] = base.$1["http://www.w3.org/2000/svgtext"].up();\r
 \r
 \r
 /*text要素のインターフェースとなるオブジェクトをtref要素に流用する*/\r
@@ -5965,7 +5965,7 @@ base.$1["http://www.w3.org/2000/svganimateMotion"] = base.$1["http://www.w3.org/
   this.addEventListener("repeatEvent", function(evt) {\r
     var tar = evt.target;\r
   }, false);\r
-} )\r
+} );\r
 \r
 base.$1.upsvg("mpath")\r
  .on("initialize", function () {\r