On Wed, May 30, 2012 at 4:54 PM, Rick Waldron <[email protected]> wrote: > On Wednesday, May 30, 2012 at 7:40 PM, Tab Atkins Jr. wrote: >> If you use the dataset API, like you should, there's no problem: >> >> widget.{ >> ... >> dataset.disqusId = "dsq1"; >> }; > > Maybe Dave can clarify, but I think it would actually be: > > widget.{ > dataset.{ > disqusId = "..."; > } > };
That's possible, sure, but not necessary. My form is valid as well, and easier if you're only setting one property. ~TJ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

