(node,refresh)
| 1923 | } |
| 1924 | }; |
| 1925 | function LiveNodeList(node,refresh){ |
| 1926 | this._node = node; |
| 1927 | this._refresh = refresh |
| 1928 | _updateLiveList(this); |
| 1929 | } |
| 1930 | function _updateLiveList(list){ |
| 1931 | var inc = list._node._inc || list._node.ownerDocument._inc; |
| 1932 | if(list._inc != inc){ |
nothing calls this directly
no test coverage detected