Add examples, remove failing test #44
Reference in New Issue
Block a user
Delete Branch "fix/stuff"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds examples to
/example. This shows that the plugin right now is at a state that doesn't actually work:I've removed the failing test now so the test suite should pass, but that's no indicator that the project is in a working state.
also some breakages I've found: this IE workaround actually breaks things because
elin this case is the document root element (<html>), which can't be inserted into thedocument.bodyof course.Another:
onSwitchis not available here becausethisisn't what you think it is—it's probably simply missing a.bindsomewhere.I guess the hirerarchy error come from the IE workaround :/
For the onSwitch, it's probably because I didn't finish what I started.
That why I added a failing test, to remember where to continue :)
okay—removed the removal of that test, so it should fail now. this PR should at least give you a nice example to replicate #39.
Thanks for this.