mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-01-26 19:19:25 +00:00
Remove unused Websocket instance and update version
Eliminated the creation of an unused Websocket instance in ChromeObject and incremented the VERSIONINFO to 0.5.5.
This commit is contained in:
parent
f84198799b
commit
4e48bdba25
|
|
@ -53,7 +53,6 @@ var ChromeObject = function() {
|
|||
// for remote debugging
|
||||
this.debuggingPort = 0;
|
||||
this.pageId = "";
|
||||
this.ws = Websocket.create();
|
||||
this.isAttached = false;
|
||||
this.pageList = [];
|
||||
this.title = "";
|
||||
|
|
@ -1498,7 +1497,7 @@ exports.startDebugInPrivate = function(url, proxy, profileName, debuggingPort, i
|
|||
|
||||
exports.publisherName = publisherName;
|
||||
|
||||
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.5.4";
|
||||
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.5.5";
|
||||
exports.AUTHOR = "gnh1201@catswords.re.kr";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user