src/js/widgets/polemicWidget.js
branchpopcorn-port
changeset 188 f1f4b1e44456
parent 187 6f1def85018a
child 189 1a7bd51e7e46
--- a/src/js/widgets/polemicWidget.js	Thu Nov 03 16:12:55 2011 +0100
+++ b/src/js/widgets/polemicWidget.js	Thu Nov 03 16:16:52 2011 +0100
@@ -21,7 +21,6 @@
 IriSP.PolemicWidget = function(Popcorn, config, Serializer) {
   IriSP.Widget.call(this, Popcorn, config, Serializer);
  
-  this.RAWTweets;
 	this.userPol    = new Array();
 	this.userNoPol  = new Array();
 	this.userst 	   = new Array();
@@ -138,7 +137,6 @@
 		    if(typeof(view.annotation_types) !== "undefined" && view.annotation_types.length > 1) {
 		    	tweet_annot_type = view.annotation_types[1];
 		    }
-			RAWTweets = json.annotations;
 			
       for(var i = 0; i < json.annotations.length; i++) {
         var item = json.annotations[i];