OSDN Git Service

stylesheet.jsのインデントを統一
authordhrname <sie-developers@lists.sourceforge.jp>
Wed, 23 Jul 2014 10:01:46 +0000 (19:01 +0900)
committerdhrname <sie-developers@lists.sourceforge.jp>
Wed, 23 Jul 2014 10:01:46 +0000 (19:01 +0900)
org/w3c/dom/stylesheet.js

index 61b3115..9d1c676 100644 (file)
@@ -74,13 +74,13 @@ module stylesheets
  *スタイルシート文書を示す。削除不可。\r
  */\r
 function StyleSheet() {\r
- this.type = "text/css";\r
- this.disabled = false;\r
- /*Node*/ this.ownerNode = null;\r
- /*StyleSheet*/ this.parentStyleSheet = null;\r
- this.href = null;\r
- this.title = "";\r
- /*MediaList*/ this.media = new MediaList();\r
 this.type = "text/css";\r
 this.disabled = false;\r
 /*Node*/ this.ownerNode = null;\r
 /*StyleSheet*/ this.parentStyleSheet = null;\r
 this.href = null;\r
 this.title = "";\r
 /*MediaList*/ this.media = new MediaList();\r
 };\r
 \r
 /*StyleSheetList\r
@@ -92,8 +92,8 @@ function StyleSheetList() {
 */\r
 \r
 function MediaList() {\r
- this.mediaText = "";\r
- this.length = 0;\r
 this.mediaText = "";\r
 this.length = 0;\r
 };\r
 MediaList.prototype = {\r
 /*string*/ item : function(/*long*/ index) {\r
@@ -116,11 +116,11 @@ MediaList.prototype = {
 };\r
 \r
 function LinkStyle() {\r
- /*StyleSheet*/ this.sheet = new StyleSheet();\r
 /*StyleSheet*/ this.sheet = new StyleSheet();\r
 };\r
 \r
 function DocumentStyle() {\r
- /*StyleSheetList*/ this.styleSheets = [];\r
 /*StyleSheetList*/ this.styleSheets = [];\r
 };\r
 /*\r
 #endif // _STYLESHEETS_IDL_\r