In View.build, protect nodes from being parsed that have no attributes.
This can happen when you've loaded a text file from the server, passed it to jquery, and the resulting list of nodes contains text nodes(the trailing newline, for instance).
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or sign in to post a comment