aboutsummaryrefslogtreecommitdiffstats
path: root/ui/form.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/form.js')
-rw-r--r--ui/form.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/form.js b/ui/form.js
index cfb4bd280..fb0a3c6cf 100644
--- a/ui/form.js
+++ b/ui/form.js
@@ -13,7 +13,7 @@
// Support: IE8 Only
// IE8 does not support the form attribute and when it is supplied. It overwrites the form prop
// with a string, so we need to find the proper form.
-return $.fn.form = function() {
+return $.fn._form = function() {
return typeof this[ 0 ].form === "string" ? this.closest( "form" ) : $( this[ 0 ].form );
};