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
1d997044
...
1d9970448ef68079f2fd8801d08dafe584c6073a
authored
2012-11-22 11:08:23 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
jshint, your picky.
1 parent
ead6c5db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
modules/utils.js
modules/utils.js
View file @
1d99704
...
...
@@ -486,6 +486,7 @@ exports.node = node;
* @return Array
*/
function
objectValues
(
obj
)
{
"use strict"
;
return
Object
.
keys
(
obj
).
map
(
function
(
arg
)
{
return
obj
[
arg
];
});
...
...
Please
register
or
sign in
to post a comment