weimingtom / nekonme

Automatically exported from code.google.com/p/nekonme
0 stars 0 forks source link

not throws flash.errors.ArgumentError on removing missing child from Sprite #201

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

var container = new Sprite();
var child = new Sprite();
container.removeChild(child);// Nothing throws

What is the expected output? What do you see instead?
flash.errors.ArgumentError exception expected

What version of the product are you using? On what operating system?
nme 3.2.0, target: windows, OS: Windows XP

Original issue reported on code.google.com by cse...@gmail.com on 12 Mar 2012 at 4:38