UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

10 lines (8 loc) 179 B
"use strict"; var CODE_BEHIND = { onKeyUp: function( evt ) { if( ["enter", "space"].indexOf( evt.code.toLowerCase() ) > -1 ) { this.value = !this.value; } } };