Symbian.org/RssReader.js
changeset 13 3a1db8573f1e
parent 10 07ac2f6a36a9
child 18 b73e6caf0031
--- a/Symbian.org/RssReader.js	Tue Jul 21 12:23:44 2009 +0100
+++ b/Symbian.org/RssReader.js	Tue Jul 21 14:30:35 2009 +0100
@@ -16,7 +16,6 @@
 	this.hasData = false;
 	this.startFromItem = 0;
 	this.maxItems = 0;
-	this.escapeLtGt = true;
 	
 	var caption = createCaption(aFeedName);
 	
@@ -117,7 +116,6 @@
 		// fetch the feed from the specified URL
 		this.feedUpdateBrokerActive = true;
 		this.feedUpdateBroker = new FeedUpdateBroker();
-		this.feedUpdateBroker.escapeLtGt = this.escapeLtGt;
 		this.feedUpdateBroker.startFromItem = this.startFromItem;
 		this.feedUpdateBroker.maxItems = this.maxItems;