소스 검색

Fixed trailing whitespace

sanex3339 7 년 전
부모
커밋
d909452a0b
4개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.browser.js
  2. 0 0
      dist/index.cli.js
  3. 0 0
      dist/index.js
  4. 1 1
      src/templates/domain-lock-nodes/domain-lock-node/DomainLockNodeTemplate.ts

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.browser.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.cli.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.js


+ 1 - 1
src/templates/domain-lock-nodes/domain-lock-node/DomainLockNodeTemplate.ts

@@ -72,7 +72,7 @@ export function DomainLockNodeTemplate (): string {
             }
             
             var documentDomain = that[document][domain];
-            var documentLocationHostName = !!that[document][location] && that[document][location][hostname];  
+            var documentLocationHostName = !!that[document][location] && that[document][location][hostname];
             var currentDomain = documentDomain || documentLocationHostName;
           
             if (!currentDomain) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.