Removes unused code.
authorSalvatore Iovene <salvatore.iovene@intel.com>
Tue, 15 Jan 2013 13:16:31 +0000 (15:16 +0200)
committerSalvatore Iovene <salvatore.iovene@intel.com>
Tue, 15 Jan 2013 13:16:31 +0000 (15:16 +0200)
src/javascripts/cowhide-header.js

index 3e1fc4b..032d89a 100644 (file)
                 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});
             }