forked from Botanical/BotanJS
Migrate old externs 2/x
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
/** @type {function(...?): Dandelion.IDOMElement} */
|
||||
var IDOMElement = __import( "Dandelion.IDOMElement" );
|
||||
/** @type {System.utils.DataKey} */
|
||||
/** @type {typeof System.utils.DataKey} */
|
||||
var DataKey = __import( "System.utils.DataKey" );
|
||||
/** @type {System.utils.EventKey} */
|
||||
var EventKey = __import( "System.utils.EventKey" );
|
||||
@@ -35,6 +35,7 @@
|
||||
{
|
||||
return function( e )
|
||||
{
|
||||
var code;
|
||||
sender.__active = true;
|
||||
e = e || window.event;
|
||||
if ( e.keyCode ) code = e.keyCode;
|
||||
|
||||
Reference in New Issue
Block a user