Commit 212d6745 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Build/Externs.js -> externs/global.js

parent c2b803ea
......@@ -30,32 +30,42 @@
*
*/
//Tihs file containes definition of object which used in api.js
//This file containes definition of object which used in api.js
//It need to prevent minimize the name of object's method.
function $(){};
function jq(){};
function jQuery(){};
function DE(){};
function SE(){};
function SSE(){};
function PE(){};
function Ext(){};
function FB(){};
function twttr(){};
function _gaq(){};
var Asc;
var AscDFH;
var AscCH;
var AscFormat;
var AscFonts;
var AscCommon;
var AscCommonWord;
var AscCommonExcel;
var AscCommonSlide;
function constructor(){};
function $(){}
function jq(){}
function jQuery(){}
function DE(){}
function SE(){}
function SSE(){}
function PE(){}
function Ext(){}
function FB(){}
function twttr(){}
function _gaq(){}
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 constructor(){}
function touchstart(){}
function touchmove(){}
function touchend(){}
function mousedown(){}
function mousemove(){}
function mouseup(){}
function pointerdown(){}
function pointermove(){}
function pointerup(){}
function MSPointerDown(){}
function MSPointerMove(){}
function MSPointerUp(){}
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