Title / Description
Code function KeyCode(event) { this.event = event; this.normalize = function() { return (this.event.keyCode ? this.event.keyCode : this.event.which); } this.isEnter = function() { return this.normalize() == 13; } } var stillGlobal = "Just some string"
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code