Andreas Hartmann
unread,Dec 16, 2012, 6:54:18 AM12/16/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 roy...@googlegroups.com
Hi everybody,
is it possible to insert line breaks in array literals?
Motivation: I'm using Roy with Dojo AMD, and the module imports can get quite long.
Example:
define ['dojo/_base/xhr', 'dojo/on', 'dojo/dom', 'dojo/dom-construct', "dojo/_base/array"] (\xhr on dom domConstruct array ->
…
Or is there a better way to express this construct in Roy?
TIA for any advice!