remove junk line that duplicates another line
authorkipod <fur.hewiki@gmail.com>
Mon, 17 Feb 2014 17:31:05 +0000 (12:31 -0500)
committerYuvipanda <yuvipanda@gmail.com>
Tue, 18 Feb 2014 06:41:36 +0000 (06:41 +0000)
Change-Id: I7fac4dd88b83ceeeca0a8964f55df0db47777cd8

resources/jquery.tipsy/jquery.tipsy.js

index e3e4b9a..6e47c60 100644 (file)
         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') {