Update vendor/assets/javascripts/intense.coffee

This commit is contained in:
Puneet Goyal 2012-04-18 20:24:20 +05:30
parent 3815a47d07
commit a89682f771

View File

@ -20,7 +20,7 @@ window.Intense = {
else else
this this
useColors: true useColors: true
moveBack: (count = 1) -> "\033[#{count}D" moveBack: (count = 1) -> "\x33[#{count}D"
} }
for method, code of Intense.methods for method, code of Intense.methods