{:uriI"file:///Users/forsaken/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activeadmin-1.0.0/app/assets/javascripts/active_admin/lib/flash.js.coffee?type=application/javascript&pipeline=self&id=99d516907412ba344617e241a0873e371ab1370543b375839dbe41d18dc9aa94:ET:load_pathI"l/Users/forsaken/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activeadmin-1.0.0/app/assets/javascripts;T: filenameI"/Users/forsaken/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activeadmin-1.0.0/app/assets/javascripts/active_admin/lib/flash.js.coffee;T: nameI"active_admin/lib/flash;T:logical_pathI"#active_admin/lib/flash.self.js;T:content_typeI"application/javascript;T:sourceI"D(function() { var Flash; ActiveAdmin.flash = Flash = (function() { Flash.error = function(message, close_after) { return new this(message, "error", close_after); }; Flash.notice = function(message, close_after) { return new this(message, "notice", close_after); }; Flash.prototype.reference = function() { return this.reference; }; function Flash(message1, type, close_after) { this.message = message1; this.type = type != null ? type : "notice"; this.reference = jQuery("