author | fturovic <frank.turovich@nokia.com> |
Wed, 14 Jul 2010 09:40:09 -0500 | |
changeset 1614 | b1456c010578 |
parent 0 | fb279309251b |
permissions | -rw-r--r-- |
// this test uses only globals function Test() { } Test.prototype.getInstance = function() { return instance; } Test.prototype.getProperties = function() { return properties; } Test.prototype.getNamePlusFoo = function() { return properties["name"] + "foo"; } Test.prototype.getSizeFormatted = function() { return properties["size"].x + "," + properties["size"].y; }