These are Objects

This commit is contained in:
Madhura Jayaratne 2011-09-18 21:55:07 +05:30
parent 6bfcef485c
commit 59e7c2e09d

View File

@ -264,8 +264,8 @@ $(document).ready(function() {
event.preventDefault();
//Find changed values by comparing form values with selectedRow Object
var newValues = new Array();//Stores the values changed from original
var sqlTypes = new Array();
var newValues = new Object();//Stores the values changed from original
var sqlTypes = new Object();
var it = 4;
var xChange = false;
var yChange = false;