djavaui / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

sNewCellDisplayValue is undefined. Typo in variable declaration #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Save an empty value

What is the expected output? What do you see instead?
Normal save expected. I get an Error updating cell alert.

What version of the product are you using? On what operating system?
2.3.3, Windows 7, Chrome v.42

Please provide any additional information below.

There is a typo on line 190 where 
        //var sOldValue, sNewCellValue, sNewCellDislayValue;
        var sOldValue, sNewCellValue, sNewCellDisplayValue;

sNewCellDislayValue should be sNewCellDisplayValue

It is missing the "p" in Display

Original issue reported on code.google.com by mike.be...@gmail.com on 22 Apr 2015 at 2:51