Skip to content

Commit

Permalink
Shuffling around whitespace for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfdjackson committed May 24, 2013
1 parent 6f8481a commit 1b23b58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/array.js
Expand Up @@ -124,8 +124,6 @@ module.exports.prototype = array.prototype = {
return result
},



reduce: function(fn, seed){
if ( arguments.length === 1 ) {
var member = firstMember(this)
Expand All @@ -138,7 +136,6 @@ module.exports.prototype = array.prototype = {
return seed
},


reduceRight: function(fn, seed){
if ( arguments.length === 1 ) {
var member = lastMember(this)
Expand Down
1 change: 0 additions & 1 deletion test/object-test.js
Expand Up @@ -258,5 +258,4 @@ describe('im.object', function(){
a.equal(obj.reduce(add), 6)
})
})

})

0 comments on commit 1b23b58

Please sign in to comment.