Commit 8a9b92f1 authored by Oleg Korshul's avatar Oleg Korshul

add externs

parent be2ab4f1
...@@ -47,3 +47,18 @@ function _gaq(){}; ...@@ -47,3 +47,18 @@ function _gaq(){};
function constructor(){}; function constructor(){};
function superclass(){}; function superclass(){};
function touchstart(){};
function touchmove(){};
function touchend(){};
function mousedown(){};
function mousemove(){};
function mouseup(){};
function pointerdown(){};
function pointermove(){};
function pointerup(){};
function MSPointerDown(){};
function MSPointerMove(){};
function MSPointerUp(){};
function PointerEvent(){};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment