tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

#1057, Retinitializing "v" variable to prevent its assignment to the … #1058

Closed eCitiz closed 6 months ago

eCitiz commented 6 months ago

The fix just set the value "v" to undefined, so the value is not assigned as a default value after it takes a value.

tonytomov commented 6 months ago

Thank you