|
From: Brad B. <bra...@al...> - 2007-05-29 17:40:40
|
Minor documentation glitch.
/**
* Asserts that two objects refer to the same object. If they are
not
* an AssertionFailedError is thrown with the given message.
*/
static public function assertSame(...args:Array):void
/**
* Asserts that two objects refer to the same object. If they are
not
* an AssertionFailedError is thrown with the given message.
*/
static public function assertNotSame(...args:Array):void
|