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
4444246a
...
4444246ab2927839f994fe8002a0b58bbb8adb41
authored
2012-07-16 23:01:59 +0000
by
pborreli
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove useless return
1 parent
2840d960
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
modules/utils.js
modules/utils.js
View file @
4444246
...
...
@@ -146,7 +146,6 @@
value
=
value
[
property
];
}
else
{
value
=
undefined
;
return
;
}
});
return
value
;
...
...
Please
register
or
sign in
to post a comment