Updated p2.js to latest build.

This commit is contained in:
photonstorm
2013-12-11 03:20:33 +00:00
parent 215632c0a7
commit da5d8c9272
49 changed files with 2758 additions and 1282 deletions
+8
View File
@@ -23,3 +23,11 @@ Utils.appendArray = function(a,b){
}
}
};
/**
* The array type to use for internal numeric computations.
* @type {Array}
* @static
* @property ARRAY_TYPE
*/
Utils.ARRAY_TYPE = Float32Array || Array;