Rename jQuery Serialize Object function to prevent conflicts [MAILPOET-1190]

This commit is contained in:
stoletniy
2017-10-30 22:49:00 +03:00
parent 6e45892118
commit b648852ef5
8 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ define(
* Dual licensed under the MIT and GPL licenses.
* http://benalman.com/about/license/
*/
$.fn.serializeObject = function (coerce) {
$.fn.mailpoetSerializeObject = function (coerce) {
var obj = {};
var coerce_types = { true: !0, false: !1, null: null };