|
From: Luke B. <lb...@pa...> - 2007-05-29 18:30:04
|
Thanks Brad,
I updated the source in the AS 3 build as follows:
/**
* Asserts that two objects do not refer to the same object. If they do,
* an AssertionFailedError is thrown with the given message.
*/
static public function assertNotSame(...args:Array):void {
Does that look right?
Thanks,
Luke
|