revans / Ti

A Rapid Development framework for Titanium
http://www.codewranglers.org
MIT License
88 stars 21 forks source link

Whitespace Issue #17

Closed baldrailers closed 13 years ago

baldrailers commented 13 years ago

When generating new views just like in #16 this will insert a line of code containing the context[:domain] parameter. Initially it's using \t for the alignment of the newly inserted line, this causes an issue during coffeescript compilation.

revans commented 13 years ago

Added two spaces for each tab instead of \t