Skip to content

Commit

Permalink
s/visibility/display/
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongman committed Dec 30, 2012
1 parent 9f2385e commit 532c7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Expand Up @@ -327,7 +327,7 @@
}
}
});
code.getWrapperElement().style.visibility = '';
code.getWrapperElement().style.display = '';

resizer.offsetMouseX = 0;
resizer.offsetMouseY = 0;
Expand Down

0 comments on commit 532c7bb

Please sign in to comment.