[SE mobile] Fix load formula description

This commit is contained in:
Alexander Yuzhin 2017-03-29 12:40:40 +03:00
parent 2c5ec679e6
commit 2210d315fc

View file

@ -107,6 +107,8 @@ define([
functions = {},
editorLang = SSE.getController("Main").editorConfig.lang;
editorLang = (editorLang ? editorLang : 'en').split("-")[0].toLowerCase();
var localizationFunctionsDesc = function (data) {
var jsonDesc = {},
view = me.getView('AddFunction');