diff --git a/lib/chrome.js b/lib/chrome.js index c651b37..4f627af 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -1246,6 +1246,8 @@ var ChromeObject = function() { this.setVendor = function(vendor) { this.setPublisherName(vendor); console.warn("Deprecated: Please use setPublisherName"); + + return this; }; this.setPublisherName = function(publisherName) {