AdamPflug / Knockout.Programmatic

jQuery Programmatic data-binding for KnockoutJS
8 stars 0 forks source link

Tests use proprietary .innerText DOM property #3

Open Ornedan opened 11 years ago

Ornedan commented 11 years ago

Your tests use .innerText to examine the results, which seems to be an IE-properietary DOM property (and implemented by some but not all other browsers) . Use jQuery's .text() instead?