Skip to content

Commit 105b084

Browse files
committed
Converted tabs to spaces.
1 parent b39788c commit 105b084

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/stubs/Debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var debugNoop = function () {};
1414
Phaser.Utils.Debug = debugNoop;
1515

1616
Phaser.Utils.Debug.prototype = {
17-
isDisabled: true,
17+
isDisabled: true,
1818

1919
boot: debugNoop,
2020
preUpdate: debugNoop,

src/stubs/Net.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ var netNoop = function () {};
1414
Phaser.Net = netNoop;
1515

1616
Phaser.Net.prototype = {
17-
isDisabled: true,
17+
isDisabled: true,
1818

19-
getHostName: netNoop,
20-
checkDomainName: netNoop,
21-
updateQueryString: netNoop,
22-
getQueryString: netNoop,
23-
decodeURI: netNoop
19+
getHostName: netNoop,
20+
checkDomainName: netNoop,
21+
updateQueryString: netNoop,
22+
getQueryString: netNoop,
23+
decodeURI: netNoop
2424
};
2525

2626
Phaser.Net.prototype.constructor = Phaser.Net;

0 commit comments

Comments
 (0)