Thursday, May 12, 2011

JavaScript quirk..

Apparently this JavaScript command works:



var a = { bla: function() { alert(a.bla); } };

No comments:

Post a Comment