tapquo / Lungo.js

A framework for developers who want to design, build and share cross device applications.
http://lungo.tapquo.com
Other
2.41k stars 567 forks source link

Lungo 2.2.0 - aside show call throws exception when getting children returns null #310

Open hamecoded opened 10 years ago

hamecoded commented 10 years ago

i = a.dom("[data-aside=" + d + "][data-children]");

where d="features"

i.data("children");

returns null

hamecoded commented 10 years ago

I think it has something todo with clearing the cookies, since I got the same behavior on the official demo and when I cleared the cookie the aside started working.