uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/components/srcmapArrayEnd.js
changeset 0 fb279309251b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/components/srcmapArrayEnd.js	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,18 @@
+
+function PropertyExtenders() {
+}
+
+	// Return instances that may provide extension properties
+	// The target instance parameter is the instance to receive the
+	// additional properties
+PropertyExtenders.prototype.getPropertyExtenders = function(instance, targetInstance) {
+	if (instance == targetInstance)
+		return [instance.parent];
+
+	return null;
+}
+	
+PropertyExtenders.prototype.getExtensionSetNames = function(instance, targetInstance) {
+	return null;
+}
+