Skip to content

Commit 88d82e3

Browse files
committed
Updated VERSIONS.
Signed-off-by: Grant Skinner <info@gskinner.com>
1 parent 714d13d commit 88d82e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSIONS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Version 0.4.1 [Not released]
22
****************************************************************************************************
33
- fixed a problem with preloading sprite sheet images when using tile based sheets
44
- worked around a bug in Safari with addFlippedFrames
5+
- added setChildIndex(), swapChildrenAt(), and swapChildren() to Container
56

67

78
Version 0.4 [Nov 30, 2011]

src/easeljs/display/Container.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ var p = Container.prototype = new DisplayObject();
312312
}
313313

314314
/**
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.
316316
* @param child
317317
* @param index
318318
* @method setChildIndex

0 commit comments

Comments
 (0)