Commit e64b3e11 authored by Alexander.Trofimov's avatar Alexander.Trofimov

asc_getName -> asc_getLocaleName

parent 2bae4160
...@@ -155,7 +155,7 @@ define([ ...@@ -155,7 +155,7 @@ define([
var func = new SSE.Models.FormulaModel({ var func = new SSE.Models.FormulaModel({
index : funcInd, index : funcInd,
group : ascGroupName, group : ascGroupName,
name : ascFunctions[j].asc_getName(), name : ascFunctions[j].asc_getLocaleName(),
args : ascFunctions[j].asc_getArguments() args : ascFunctions[j].asc_getArguments()
}); });
......
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