uidesigner/com.nokia.sdt.component.symbian.test/data/scripts/attrs.js
author timkelly
Thu, 20 May 2010 13:57:04 -0500
changeset 1380 c70ff7f19887
parent 0 fb279309251b
permissions -rw-r--r--
more api changes for sbs query config design



function Test() {
}

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

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