OSDN Git Service

_GenericsSVGPolyElemenetインターフェースをメソッドに変更
authordhrname <sie-developers@lists.sourceforge.jp>
Sat, 8 Nov 2014 13:48:41 +0000 (22:48 +0900)
committerdhrname <sie-developers@lists.sourceforge.jp>
Sat, 8 Nov 2014 13:48:41 +0000 (22:48 +0900)
org/w3c/dom/svg.js

index dc18da4..fe40643 100644 (file)
@@ -3632,8 +3632,8 @@ function SVGLineElement(_doc) {
   }, false);\r
 };\r
 \r
-/*_GenericSVGPolyElementã\82¤ã\83³ã\82¿ã\83¼ã\83\95ã\82§ã\83¼ã\82¹\r
- *ã\80\80ã\81\93ã\81®ã\82¤ã\83³ã\82¿ã\83¼ã\83\95ã\82§ã\83¼ã\82¹はpolygonとpolyline要素共通のインターフェースとして使用。\r
+/*_GenericSVGPolyElementã\83¡ã\82½ã\83\83ã\83\89\r
+ *ã\80\80ã\81\93ã\81®ã\83¡ã\82½ã\83\83ã\83\89はpolygonとpolyline要素共通のインターフェースとして使用。\r
  * ファイルサイズを軽量にすることができる\r
  */\r
 base.$1._GenericSVGPolyElement = function (_doc, xclose) {\r
@@ -3698,13 +3698,13 @@ base.$1._GenericSVGPolyElement = function (_doc, xclose) {
 };\r
 base.$1.up("http://www.w3.org/2000/svgpolyline")\r
  .on("initialize",  function (_doc) {\r
-  NAIBU._GenericSVGPolyElement.call(this, _doc, "e");\r
+  this._GenericSVGPolyElement( _doc, "e");\r
   _doc = void 0;\r
 } );\r
 \r
 base.$1.up("http://www.w3.org/2000/svgpolygon")\r
  .on("initialize",  function (_doc) {\r
-  NAIBU._GenericSVGPolyElement.call(this, _doc, "x e");\r
+  this._GenericSVGPolyElement(_doc, "x e");\r
   _doc = void 0;\r
 } );\r
 \r