Skip to content

Commit 26cdfa7

Browse files
committed
fix #21
1 parent bcc61dc commit 26cdfa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spec/browser-dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ void function(){
195195
hello2: function($event){
196196
$event.preventDefault();
197197
expect($event.origin).to.equal(this.$refs.div);
198-
done();
199198
document.body.removeChild(container);
199+
done();
200200
this.destroy();
201201
}
202202
}).$inject(container);

0 commit comments

Comments
 (0)