From: Salvatore Iovene Date: Tue, 15 Jan 2013 13:16:31 +0000 (+0200) Subject: Removes unused code. X-Git-Tag: 0.1~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaa844417335ded2f6071a6627faecb7b457780f;p=profile%2Fivi%2Fcowhide.git Removes unused code. --- diff --git a/src/javascripts/cowhide-header.js b/src/javascripts/cowhide-header.js index 3e1fc4b..032d89a 100644 --- a/src/javascripts/cowhide-header.js +++ b/src/javascripts/cowhide-header.js @@ -42,10 +42,6 @@ data = $this.data('ch_header'), options = typeof option == 'object' && option; - if ($this.data('title')) { - options = $.extend(options, {title: $this.data('title')}); - } - if ($this.data('show-back-button')) { options = $.extend(options, {show_back_button: true}); }