mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Change whitespace to more clearly indicate operator precedence
This commit is contained in:
parent
7167120d01
commit
8c50c091bb
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ RandomDataGenerator.prototype = {
|
|||
var a = '';
|
||||
var b = '';
|
||||
|
||||
for (b = a = ''; a++ < 36; b +=~a % 5 | a * 3&4 ? (a^15 ? 8^this.frac() * (a^20 ? 16 : 4) : 4).toString(16) : '-')
|
||||
for (b = a = ''; a++ < 36; b +=~a % 5 | a*3 & 4 ? (a^15 ? 8 ^ this.frac()*(a^20 ? 16 : 4) : 4).toString(16) : '-')
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue