diff options
-rw-r--r-- | ui/form-reset-mixin.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/form-reset-mixin.js b/ui/form-reset-mixin.js index 21704708e..a14c82ee6 100644 --- a/ui/form-reset-mixin.js +++ b/ui/form-reset-mixin.js @@ -1,3 +1,17 @@ +/*! + * jQuery UI Form Reset Mixin @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ + +//>>label: Form Reset Mixin +//>>group: Core +//>>description: Refresh input widgets when their form is reset +//>>docs: http://api.jqueryui.com/form-reset-mixin/ + ( function( factory ) { if ( typeof define === "function" && define.amd ) { |