Commit bb80ae06 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov

undefined

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66897 954022d7-b5bf-4e40-9824-e11837661b57
parent cb264ec3
...@@ -592,7 +592,7 @@ ...@@ -592,7 +592,7 @@
CellEditor.prototype.isFormula = function() { CellEditor.prototype.isFormula = function() {
var fragments = this.options.fragments; var fragments = this.options.fragments;
return fragments.length > 0 && fragments[0].text.length > 0 && fragments[0].text.charAt(0) === "="; return fragments && fragments.length > 0 && fragments[0].text.length > 0 && fragments[0].text.charAt(0) === "=";
}; };
CellEditor.prototype.insertFormula = function (functionName,isDefName) { CellEditor.prototype.insertFormula = function (functionName,isDefName) {
......
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