Skip to content

Commit

Permalink
Edited ch04/modules.html via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
codejet committed Sep 15, 2011
1 parent c2c465c commit 45626f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch04/modules.html
Expand Up @@ -38,8 +38,8 @@

mod.load(function(){
this.view = $("#view");
this.view.mouseover(this.proxy(this.toggleClass), true);
this.view.mouseout(this.proxy(this.toggleClass), false);
this.view.mouseover(this.proxy(this.toggleClass));
this.view.mouseout(this.proxy(this.toggleClass));
});

})(jQuery, Controller);
Expand Down

0 comments on commit 45626f9

Please sign in to comment.