Follow my own advice and write any 32-bit hex constant > 0x7fffffff as (constant|0)

The Closure Compiler does a fine job of replacing all such expressions with their decimal equivalent, relieving us from having to calculate them ourselves, and eliminating any runtime impact
This commit is contained in:
Jeff Parsons 2015-02-19 11:18:40 -08:00 committed by jeffpar
commit c8aec14b0b
153 changed files with 6296 additions and 188 deletions

View file

@ -1,6 +1,6 @@
{
"name": "pcjs",
"version": "1.17.1",
"version": "1.17.2",
"description": "Node-enabled version of PCjs",
"main": "server.js",
"directories": {