Skip to content

Commit

Permalink
fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
leeluolee committed Jan 27, 2015
1 parent bcc61dc commit 26cdfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/browser-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ void function(){
hello2: function($event){
$event.preventDefault();
expect($event.origin).to.equal(this.$refs.div);
done();
document.body.removeChild(container);
done();
this.destroy();
}
}).$inject(container);
Expand Down

0 comments on commit 26cdfa7

Please sign in to comment.