Closed szelga closed 9 years ago
found a workaround: using div
s with display: table-row
and display: table-cell
instead of tr
and td
but this bug is annoying as hell. and noWrap
property is confusing nevertheless.
sorry, my fault. read docs on noWrap
once again, and now it's less confusing.
subview_template.jade
:subview.coffee
:mainview_template.jade
:mainview.coffee
:when i render the main view, i get "There must be a single top-level element when using
noWrap
." error. if i change the top-level element insubview_template
todiv
, it "works" (doesn't properly work, but throws no error). Chaplin 1.0.0, Backbone 1.1.2.