We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fde89 commit 1fdc56dCopy full SHA for 1fdc56d
ui/form-reset-mixin.js
@@ -1,3 +1,17 @@
1
+/*!
2
+ * jQuery UI Form Reset Mixin @VERSION
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ */
9
+
10
+//>>label: Form Reset Mixin
11
+//>>group: Core
12
+//>>description: Refresh input widgets when their form is reset
13
+//>>docs: http://api.jqueryui.com/form-reset-mixin/
14
15
( function( factory ) {
16
if ( typeof define === "function" && define.amd ) {
17
0 commit comments