Changeset 1255

Show
Ignore:
Timestamp:
05/10/10 09:06:09 (3 years ago)
Author:
gogo
Message:

Ticket:1483 Fix cancel button in Equation editor.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/Equation/Equation.js

    r1254 r1255  
    192192Equation.prototype.insert = function (param) 
    193193{ 
     194        if (typeof param == 'undefined' || param == null) return; 
     195 
    194196        if (typeof param["formula"] != "undefined") 
    195197        {