mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-09 14:49:05 +00:00
Update chrome.js
This commit is contained in:
parent
13839a1fc3
commit
0de9edc83c
|
@ -1251,8 +1251,8 @@ var ChromeObject = function() {
|
|||
return this;
|
||||
};
|
||||
|
||||
this.setPublisherName = function(publisherName) {
|
||||
publisherName.set(publisherName.toLowerCase());
|
||||
this.setPublisherName = function(_publisherName) {
|
||||
publisherName.set(_publisherName.toLowerCase());
|
||||
|
||||
switch (publisherName.get()) {
|
||||
case "msedge":
|
||||
|
|
Loading…
Reference in New Issue
Block a user