IsvaraWoo

Results 2 issues of IsvaraWoo

I use esmangle in NodeJS to compress following js: ``` javascript function f(){ return function *(next){ var prev = next; prev = f.call(this, prev); yield *prev; }; } ``` I...

state的事件函数onBeforeLoad和onAfterLoad从未在state加载前后被调用。 In this demo: http://ued.qunar.com/oniui/index.html#!/widgets?widgetId=mmRouter&ex=ex5 There are two event handler functions named onBeforeLoad and onAfterLoad in state that "contacts.list", but they never been called when click button that "点击到状态:contacts.list" to...