mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
Fixed property name
This commit is contained in:
parent
14a4cc67ad
commit
29c1cf506c
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ var Timeline = new Class({
|
||||||
target: GetFastValue(entry, 'target', null),
|
target: GetFastValue(entry, 'target', null),
|
||||||
set: GetFastValue(entry, 'set', null),
|
set: GetFastValue(entry, 'set', null),
|
||||||
tween: GetFastValue(entry, 'tween', null),
|
tween: GetFastValue(entry, 'tween', null),
|
||||||
sound: GetFastValue(entry, 'run', null),
|
sound: GetFastValue(entry, 'sound', null),
|
||||||
once: GetFastValue(entry, 'once', false)
|
once: GetFastValue(entry, 'once', false)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue