Skip to content

Commit

Permalink
Merge pull request #76 from espadrine/master
Browse files Browse the repository at this point in the history
Duplicate assignment to same variable in text.coffee (trivial fix).
  • Loading branch information
josephg committed Mar 5, 2012
2 parents eb95a59 + b8fb5a8 commit 2a9d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/text.coffee
Expand Up @@ -22,7 +22,7 @@ text = {}

text.name = 'text'

text.create = text.create = -> ''
text.create = -> ''

strInject = (s1, pos, s2) -> s1[...pos] + s2 + s1[pos..]

Expand Down

0 comments on commit 2a9d375

Please sign in to comment.