Commit 298880d0 authored by Alexander.Trofimov's avatar Alexander.Trofimov

asc_getName -> asc_getLocaleName

parent c4a093d1
...@@ -163,7 +163,7 @@ define([ ...@@ -163,7 +163,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