Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
b2d23b91
Commit
b2d23b91
authored
Jan 17, 2015
by
Marek Kotewicz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #32 from kumavis/patch-1
WebsocketProvider - fixed incorrect variable name
parents
507241f7
e97478cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
websocket.js
lib/websocket.js
+1
-1
No files found.
lib/websocket.js
View file @
b2d23b91
...
@@ -71,7 +71,7 @@ WebSocketProvider.prototype.unload = function() {
...
@@ -71,7 +71,7 @@ WebSocketProvider.prototype.unload = function() {
this
.
ws
.
close
();
this
.
ws
.
close
();
};
};
Object
.
defineProperty
(
WebSocketProvider
.
prototype
,
"onmessage"
,
{
Object
.
defineProperty
(
WebSocketProvider
.
prototype
,
"onmessage"
,
{
set
:
function
(
provider
)
{
this
.
onMessage
(
provid
er
);
}
set
:
function
(
handler
)
{
this
.
onMessage
(
handl
er
);
}
});
});
if
(
typeof
(
module
)
!==
"undefined"
)
if
(
typeof
(
module
)
!==
"undefined"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment