mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
actually does work
This commit is contained in:
@@ -37,7 +37,7 @@ Tinytest.add("livedocument - assembly", function(test) {
|
||||
test.equal(uniqueOnlives.length, onlives.length);
|
||||
test.equal(ondeads.length, 0);
|
||||
//f.release(); XXXX
|
||||
Meteor.ui._doc.cleanNodes(f.node()); // WHY DOESN'T THIS WORK
|
||||
Meteor.ui._doc.cleanNodes(f.node());
|
||||
|
||||
var numRanges = onlives.length;
|
||||
onlives.length = 0;
|
||||
|
||||
Reference in New Issue
Block a user