phaser/src/utils
Paul bdacef8170 ArrayUtils - minor corrections
- Corrected off-by-one issue; the effect is the same but it is arguably
  more correct.

- Fixed getRandomItem; it would previously return null for false'y values
  (false/''/0) which was against the defined contract.

- Updated documentation / documented types
2014-12-01 23:06:06 -08:00
..
ArraySet.js Documentation - consistency updates 2014-11-30 04:03:35 -08:00
ArrayUtils.js ArrayUtils - minor corrections 2014-12-01 23:06:06 -08:00
Color.js Updated Color.webToColor to accept [more] spaces 2014-10-28 06:25:20 -07:00
Debug.js Rounded off bounds. 2014-11-25 02:49:34 +00:00
LinkedList.js ArraySet/LinkedList - minor updates 2014-11-13 01:41:08 -08:00
Utils.js Documentation - consistency updates 2014-11-30 04:03:35 -08:00