mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update chrome.js
This commit is contained in:
parent
83e4c02f16
commit
27b324b3be
|
@ -1288,7 +1288,7 @@ var ChromeObject = function(interfaces) {
|
|||
|
||||
this.create();
|
||||
};
|
||||
ChromeObject.prototype = new STD.EventableObject();
|
||||
ChromeObject.prototype = new STD.EventTarget();
|
||||
ChromeObject.prototype.constructor = ChromeObject;
|
||||
|
||||
exports.create = function(profileName) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user