ソースを参照

Fixed trailing whitespace

sanex3339 7 年 前
コミット
d909452a0b

ファイルの差分が大きいため隠しています
+ 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) {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません