Skip to content

Commit

Permalink
Of course.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom MacWright committed May 23, 2011
1 parent a3963de commit 2931010
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/wax.mm.js
Expand Up @@ -757,7 +757,7 @@ wax.fullscreen = function(map, opts) {

click: function(map) {
return this._click = this._click || wax.util.bind(function(e) {
if (e) e.preventDefault();
if (e) com.modestmaps.cancelEvent(e);

if (this.state) {
this.smallSize = [map.parent.offsetWidth, map.parent.offsetHeight];
Expand Down

0 comments on commit 2931010

Please sign in to comment.