mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Update GetNewValue.js
This commit is contained in:
parent
2fc5c358f1
commit
072c709d04
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
* @param {string} key - The property to get from the source.
|
||||
* @param {any} defaultValue - A default value to return should the source not have the property set.
|
||||
*
|
||||
* @return {function} A function which when called will return the property value from the source.
|
||||
* @return {function} A function which, when called, will return the property value from the source.
|
||||
*/
|
||||
var GetNewValue = function (source, key, defaultValue)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue