spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 in flyboy-1.0.6 vs spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 in flyboy-1.0.7
- old
+ new
@@ -1,8 +1,8 @@
{I"
class:EFI"BundledAsset; FI"logical_path; FI"application.js; TI"
pathname; FI"0$root/app/assets/javascripts/application.js; TI"content_type; FI"application/javascript; FI"
-mtime; Fl+j&UI"length; FiI"digest; F"%601e37220d4f8ffdae261a9c049369c2I"source; FI"/*!
+mtime; Fl+7UI"length; FiI"digest; F"%a672bdbfd68258a7f61c183ea9e29d9dI"source; FI"/*!
* jQuery JavaScript Library v1.11.2
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
@@ -10829,11 +10829,16 @@
form.find("input").map(function() {
if (!this.type.match(/submit|hidden|button/)) {
return this.value = "";
}
});
- return form.find("textarea").val("");
+ form.find("textarea").val("");
+ return form.find("select").map(function() {
+ if (this.selectize) {
+ return this.selectize.clear();
+ }
+ });
});
});
}).call(this);
(function() {
@@ -10850,6 +10855,6 @@
}).call(this);
-; TI"required_assets_digest; F"%79b215f62027016507be744047799f96I"
_version; F"%64e62ddc273c2f5847f30d698ca14b67
+; TI"required_assets_digest; F"%e15494373e9e64d37d7e3dc05604e870I"
_version; F"%64e62ddc273c2f5847f30d698ca14b67
\ No newline at end of file