More docs coming on.

This commit is contained in:
Richard Davey
2013-10-01 16:39:39 +01:00
parent a38ad2d1a9
commit ca113b85aa
80 changed files with 10121 additions and 4763 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ Phaser.Cache.prototype = {
/**
* Checks if an image key exists.
* @param {string} key - Asset key of the image you want.
* @return {bool} True if the key exists, otherwise false.
* @return {boolean} True if the key exists, otherwise false.
*/
checkImageKey: function (key) {