File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Version 0.4.1 [Not released]
2
2
****************************************************************************************************
3
3
- fixed a problem with preloading sprite sheet images when using tile based sheets
4
4
- worked around a bug in Safari with addFlippedFrames
5
+ - added setChildIndex(), swapChildrenAt(), and swapChildren() to Container
5
6
6
7
7
8
Version 0.4 [Nov 30, 2011]
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ var p = Container.prototype = new DisplayObject();
312
312
}
313
313
314
314
/**
315
- * Changes the depth of the specified child.
315
+ * Changes the depth of the specified child. Fails silently if the child is not a child of this container, or the index is out of range.
316
316
* @param child
317
317
* @param index
318
318
* @method setChildIndex
You can’t perform that action at this time.
0 commit comments