Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2840d960
...
2840d96097e698c77c3c5ab92c074d677fc8be51
authored
2012-07-16 22:57:20 +0000
by
pborreli
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove unreachable return
1 parent
f50215c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
modules/events.js
modules/events.js
View file @
2840d96
...
...
@@ -51,7 +51,6 @@ EventEmitter.prototype.emit = function() {
}
else
{
throw
new
CasperError
(
"Uncaught, unspecified 'error' event."
);
}
return
false
;
}
}
...
...
Please
register
or
sign in
to post a comment