* Removed the callbackContext parameter from Group.callAll because it's no longer needed.

* Updated Group.forEach, forEachAlive and forEachDead so you can now pass as many parameters as you want, which will all be given to the callback after the child.
* Updated build script so it can be run from the command-line and includes UMD wrappers (thanks iaincarsberg)
This commit is contained in:
Richard Davey
2013-10-01 02:19:08 +01:00
parent 8668b82ef6
commit 480d90b009
6 changed files with 375 additions and 56 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"name": "Phaser",
"version": "1.0.0",
"version": "1.0.7",
"description": "html5 game framework",
"main": "index.js",
"main": "build/phaser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},