Index: safari/ext/background.js |
=================================================================== |
--- a/safari/ext/background.js |
+++ b/safari/ext/background.js |
@@ -241,11 +241,6 @@ |
{ |
this._set("image", safari.extension.baseURI + path); |
}, |
- setTitle: function(title) |
- { |
- this._set("label", title); |
- this._set("toolTip", title); |
- }, |
setBadge: function(badge) |
{ |
if (!badge) |