We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 594e46f + dd62a1b commit 10d930fCopy full SHA for 10d930f
tests/client.coffee
@@ -1,6 +1,6 @@
1
renderToDiv = (comp) ->
2
div = document.createElement("DIV")
3
- Blaze.render(comp).attach(div)
+ Blaze.render(comp,div)
4
div
5
6
Tinytest.add "Accounts Entry - {{accountButtons}} helper", (test) ->
0 commit comments