We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39788c commit 105b084Copy full SHA for 105b084
2 files changed
src/stubs/Debug.js
@@ -14,7 +14,7 @@ var debugNoop = function () {};
14
Phaser.Utils.Debug = debugNoop;
15
16
Phaser.Utils.Debug.prototype = {
17
- isDisabled: true,
+ isDisabled: true,
18
19
boot: debugNoop,
20
preUpdate: debugNoop,
src/stubs/Net.js
@@ -14,13 +14,13 @@ var netNoop = function () {};
Phaser.Net = netNoop;
Phaser.Net.prototype = {
- getHostName: netNoop,
- checkDomainName: netNoop,
21
- updateQueryString: netNoop,
22
- getQueryString: netNoop,
23
- decodeURI: netNoop
+ getHostName: netNoop,
+ checkDomainName: netNoop,
+ updateQueryString: netNoop,
+ getQueryString: netNoop,
+ decodeURI: netNoop
24
};
25
26
Phaser.Net.prototype.constructor = Phaser.Net;
0 commit comments