Merge pull request from marisaleung/develop

ChangeBlock uses id's of variable instead of name.
This commit is contained in:
Paul Kaplan 2017-06-30 08:10:55 -04:00 committed by GitHub
commit 6fa49b1e7a
3 changed files with 34 additions and 6 deletions
src/engine

View file

@ -991,6 +991,14 @@ class Runtime extends EventEmitter {
}
}
/**
* Get the editing target.
* @return {?Target} The editing target.
*/
getEditingTarget () {
return this._editingTarget;
}
/**
* Tell the runtime to request a redraw.
* Use after a clone/sprite has completed some visible operation on the stage.