My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 151: Anon obj toString fails
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Feb 2012


 
Reported by andy@onthewings.net, Nov 8, 2011


				class Test {
					static public function main():Void {
						var myObj = {
							toString: function(){ return "ok"; }
						}
						trace(myObj.toString()); //Should trace "ok", but: { toString => Object }
					}
				}
Feb 8, 2012
Project Member #1 gameh...@gmail.com
Fixed on SVN
Status: Fixed

Powered by Google Project Hosting