# HG changeset patch # User hamidouk # Date 1320333412 -3600 # Node ID f1f4b1e44456e515afafbceb9a701d2dbe96459f # Parent 6f1def85018a42ae4ff7e0479b31bc8f3722357a removed unused variable. diff -r 6f1def85018a -r f1f4b1e44456 src/js/widgets/polemicWidget.js --- 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];