From 5886d3fcb1a05508e97fde76d4fd40545b6ffddd Mon Sep 17 00:00:00 2001 From: kipod Date: Mon, 17 Feb 2014 12:31:05 -0500 Subject: [PATCH] remove junk line that duplicates another line Change-Id: I7fac4dd88b83ceeeca0a8964f55df0db47777cd8 --- resources/jquery.tipsy/jquery.tipsy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/jquery.tipsy/jquery.tipsy.js b/resources/jquery.tipsy/jquery.tipsy.js index e3e4b9a787..6e47c60404 100644 --- a/resources/jquery.tipsy/jquery.tipsy.js +++ b/resources/jquery.tipsy/jquery.tipsy.js @@ -101,7 +101,6 @@ getTitle: function() { var title, $e = this.$element, o = this.options; fixTitle($e); - var title, o = this.options; if (typeof o.title == 'string') { title = $e.attr(o.title == 'title' ? 'original-title' : o.title); } else if (typeof o.title == 'function') { -- 2.20.1