Commit 364fd3c2 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

this -> t

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64618 954022d7-b5bf-4e40-9824-e11837661b57
parent 6d2f122f
......@@ -1992,6 +1992,7 @@
}
else{
this.handlers.trigger("asc_onDefName", this.model.editDefinesNames(oldName, newName));
this.handlers.trigger("asc_onRefreshDefNameList");
}
};
......@@ -2008,7 +2009,7 @@
var delDefinedNamesCallback = function (res) {
if (res) {
t.handlers.trigger("asc_onDelDefName", this.model.delDefinesNames(oldName));
t.handlers.trigger("asc_onDelDefName", t.model.delDefinesNames(oldName));
t.handlers.trigger("asc_onRefreshDefNameList");
}
};
......
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