Automatically convert text to a string

This commit is contained in:
Devon Govett 2011-08-23 10:46:51 -04:00
parent 753e41462b
commit 431a5186fe

View File

@ -25,6 +25,9 @@ module.exports =
options = x
x = null
# Convert text to a string
text = '' + text
# Update the current position
if x? or y?
@x = x or @x