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
87c0a322
...
87c0a3225036820271213a562481c741f6abf82b
authored
2012-01-05 01:06:59 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
silly me is silly
1 parent
d1fe3153
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/events.js
modules/events.js
View file @
87c0a32
...
...
@@ -222,7 +222,7 @@ EventEmitter.prototype.filter = function() {
return
;
}
var
filter
=
this
.
_filters
[
type
];
if
(
!
filter
||
typeof
filter
!==
'function'
)
{
if
(
typeof
filter
!==
'function'
)
{
return
;
}
return
filter
.
apply
(
null
,
Array
.
prototype
.
splice
.
call
(
arguments
,
1
));
...
...
Please
register
or
sign in
to post a comment