correct spacing around operators in slice output

This commit is contained in:
Michael Ficarra
2012-05-20 16:32:10 -04:00
parent b8149812cd
commit 972a5299d5
5 changed files with 6 additions and 6 deletions

View File

@@ -787,7 +787,7 @@ exports.Slice = class Slice extends Base
"#{+compiled + 1}"
else
compiled = to.compile o, LEVEL_ACCESS
"+#{compiled}+1 || 9e9"
"+#{compiled} + 1 || 9e9"
".slice(#{ fromStr }#{ toStr or '' })"
#### Obj