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;
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.setPublisherName = function(publisherName) {
|
this.setPublisherName = function(_publisherName) {
|
||||||
publisherName.set(publisherName.toLowerCase());
|
publisherName.set(_publisherName.toLowerCase());
|
||||||
|
|
||||||
switch (publisherName.get()) {
|
switch (publisherName.get()) {
|
||||||
case "msedge":
|
case "msedge":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user