Commit c820681d authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

error in CellEditor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53534 954022d7-b5bf-4e40-9824-e11837661b57
parent 8876fcba
......@@ -78,7 +78,7 @@
* @param {Object} settings See CellEditor.defaults
*/
function CellEditor(elem, input, fmgrGraphics, oFont, handlers, settings) {
if ( !(this instanceof CellEditor) ) {return new CellEditor(elem, input, fmgrGraphics, handlers, settings);}
if ( !(this instanceof CellEditor) ) {return new CellEditor(elem, input, fmgrGraphics, oFont, handlers, settings);}
this.element = elem;
this.input = input;
......
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