wipeoutjs / wipeout

A pure MVVM javascript framework based on knockout
http://wipeoutjs.github.io/wipeout
0 stars 2 forks source link

wml test for IE tests #22

Open ShaneGH opened 9 years ago

ShaneGH commented 9 years ago

This logic:

var test = document.createElement("table");
test.innerHTML = "<tbody></tbody>";
var ie = !test.childNodes.length;