소스 검색

formatted code

Gildas 7 년 전
부모
커밋
45f8a72545
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/single-file/single-file-browser.js

+ 2 - 2
lib/single-file/single-file-browser.js

@@ -157,7 +157,7 @@ this.SingleFile = this.SingleFile || (() => {
 		static preservedSpaceAttributeName() {
 			return docHelper.PRESERVED_SPACE_ELEMENT_ATTRIBUTE_NAME;
 		}
-		
+
 		static removedContentAttributeName() {
 			return docHelper.REMOVED_CONTENT_ATTRIBUTE_NAME;
 		}
@@ -165,4 +165,4 @@ this.SingleFile = this.SingleFile || (() => {
 
 	return { getClass: () => SingleFileCore.getClass(Download, DOM, URL) };
 
-})();
+})();