|
|
@ -123,7 +123,7 @@ function detectExcelDown(){
|
|
|
|
**************************************************************************/
|
|
|
|
**************************************************************************/
|
|
|
|
function detectInit(){
|
|
|
|
function detectInit(){
|
|
|
|
let inference = [
|
|
|
|
let inference = [
|
|
|
|
"fnInit", "fnResetAndChangeBiz", "fnReset"
|
|
|
|
"fnInit", "fnReset"
|
|
|
|
];
|
|
|
|
];
|
|
|
|
var args = Array.prototype.slice.call(arguments);
|
|
|
|
var args = Array.prototype.slice.call(arguments);
|
|
|
|
detectByInference(inference, args);
|
|
|
|
detectByInference(inference, args);
|
|
|
|