Skip to content

Commit

Permalink
Removed an extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
d3x7r0 committed Sep 5, 2011
1 parent 5e9073e commit 294db0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ender.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var morpheus = require('morpheus')
, fadeOut: function (d, fn) {
return morpheus(this, {
duration: d
, opacity: 0,
, opacity: 0
, complete: fn
})
}
Expand Down

0 comments on commit 294db0e

Please sign in to comment.