File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -86,21 +86,6 @@ function walkStates(i,j) {
8686 if ( i . items ) walkStates ( i . items , j . items )
8787}
8888
89- // function walkStates() {_walkStates(lastResult,previousResult)}
90- // function _walkStates(o,p) {//lets try a dynamic state transition
91- // console.log("walking states...");
92- // if (o.menu&&p.menu) _walk(o.menu.items,p.menu.items);
93- // function _walk(i,j) {
94- // // if (i.idx) i.path=path+"/"+i.idx;
95- // if (i.path===j.path) {
96- // }
97- // if (typeof i[Symbol.iterator] === 'function'&&typeof j[Symbol.iterator] === 'function')
98- // for(var n=0;n<i.length;n++)
99- // _walk(i[n],j[n]);
100- // if(i.pad) _walk(i.pad,j.pad)
101- // }
102- // }
103- //
10489function mkPath ( m ) {
10590 if ( m . menu ) _mkPath ( m . menu . items , m . menu . path || "" )
10691 function _mkPath ( i , path ) {
You can’t perform that action at this time.
0 commit comments