junm...@gmail.com
unread,May 17, 2012, 11:24:48 PM5/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to closure-lib...@googlegroups.com
when I use soy compiler released on 2011/12/11, I realized the behavior changes a bit from previous version. When I write {$msg or ‘’}, the generated js simply ignore the or '' part and only output $msg value, while it will produce $msg || '' in previous version, is it a bug of new soy compiler?