mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-13 00:29:05 +00:00
Update chrome.js
This commit is contained in:
parent
044ab2fb24
commit
cace5c60b3
|
@ -1254,7 +1254,9 @@ var ChromeObject = function() {
|
|||
return this.getEvaluatedValue('(confirm("' + s + '") ? "true" : "false")');
|
||||
};
|
||||
|
||||
// @deprecated
|
||||
/**
|
||||
* @deprecated Use Chrome.setPublisherName instead of Chrome.setVendor
|
||||
*/
|
||||
this.setVendor = function(vendor) {
|
||||
this.setPublisherName(vendor);
|
||||
console.warn("Deprecated: Please use setPublisherName");
|
||||
|
|
Loading…
Reference in New Issue
Block a user