Skip to content

Commit

Permalink
Revert temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Sep 12, 2013
1 parent f53f9ef commit 74b0423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Specs/destroyContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ define(['Specs/destroyCanvas'], function(destroyCanvas) {

function destroyContext(context) {
if (context) {
// destroyCanvas(context.getCanvas());
// context = context.destroy();
destroyCanvas(context.getCanvas());
context = context.destroy();
}
}

Expand Down

0 comments on commit 74b0423

Please sign in to comment.