uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/attrs.js
author chpeckha
Mon, 22 Mar 2010 15:56:05 -0500
changeset 1122 913f5d83a1b0
parent 0 fb279309251b
permissions -rw-r--r--
remove unused classes



function Test() {
}

Test.prototype.getAttr = function(key) {
	return attributes[key]
}

Test.prototype.getAttrParam = function(attrs, key) {
	return attrs[key]
}