mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-07 13:49:04 +00:00
Update chrome.js
This commit is contained in:
parent
8d8284ecbe
commit
5c83c086ac
|
@ -1246,6 +1246,8 @@ var ChromeObject = function() {
|
||||||
this.setVendor = function(vendor) {
|
this.setVendor = function(vendor) {
|
||||||
this.setPublisherName(vendor);
|
this.setPublisherName(vendor);
|
||||||
console.warn("Deprecated: Please use setPublisherName");
|
console.warn("Deprecated: Please use setPublisherName");
|
||||||
|
|
||||||
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.setPublisherName = function(publisherName) {
|
this.setPublisherName = function(publisherName) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user