-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: 2.2.31
-
Component/s: None
-
Empty show more show less
Reviewed through source files.
Following code is present in ordered.js file, but not in unordered.js.
// Serialize functions if(self.s.options.ignoreUndefined) { finalOptions.ignoreUndefined = true }
I added the above snippet to unordered.js and it started working fine.