o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1382743070.674272: @value"†{I" class:ETI"ProcessedAsset;FI"logical_path;TI"1active_admin/components/jquery.aa.popover.js;FI" pathname;TI"‡/Users/matt/.rvm/gems/ruby-2.0.0-p195/gems/activeadmin-0.6.0/app/assets/javascripts/active_admin/components/jquery.aa.popover.js.coffee;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-08-16T20:34:28-04:00;TI" length;Ti• I" digest;TI"%dfd4daa9ec747ddadd2b35f6fc01284a;FI" source;TI"• (function() { window.AA.Popover = AA.Popover = (function() { function Popover(options, element) { var defaults; this.options = options; this.element = element; this.$element = $(this.element); defaults = { fadeInDuration: 20, fadeOutDuration: 100, autoOpen: true, pageWrapperElement: "#wrapper", onClickActionItemCallback: null }; this.options = $.extend({}, defaults, options); this.$popover = null; this.isOpen = false; if ($(this.$element.attr("href")).length > 0) { this.$popover = $(this.$element.attr("href")); } else { this.$popover = this.$element.next(".popover"); } this._buildPopover(); this._bind(); } Popover.prototype.open = function() { this.isOpen = true; this.$popover.fadeIn(this.options.fadeInDuration); this._positionPopover(); this._positionNipple(); return this; }; Popover.prototype.close = function() { this.isOpen = false; this.$popover.fadeOut(this.options.fadeOutDuration); return this; }; Popover.prototype.destroy = function() { this.$element.removeData('popover'); this.$element.unbind(); this.$element = null; return this; }; Popover.prototype.option = function() {}; Popover.prototype._buildPopover = function() { this.$popover.prepend("
"); this.$popover.hide(); return this.$popover.addClass("popover"); }; Popover.prototype._bind = function() { var _this = this; $(this.options.pageWrapperElement).bind('click', function(e) { if (_this.isOpen === true) { return _this.close(); } }); if (this.options.autoOpen === true) { return this.$element.bind('click', function() { if (_this.isOpen === true) { _this.close(); } else { _this.open(); } return false; }); } }; Popover.prototype._positionPopover = function() { var centerOfButtonFromLeft, centerOfPopoverFromLeft, popoverLeftPos; centerOfButtonFromLeft = this.$element.offset().left + this.$element.outerWidth() / 2; centerOfPopoverFromLeft = this.$popover.outerWidth() / 2; popoverLeftPos = centerOfButtonFromLeft - centerOfPopoverFromLeft; return this.$popover.css("left", popoverLeftPos); }; Popover.prototype._positionNipple = function() { var $nipple, bottomOfButtonFromTop, centerOfPopoverFromLeft, centerOfnippleFromLeft, nippleLeftPos; centerOfPopoverFromLeft = this.$popover.outerWidth() / 2; bottomOfButtonFromTop = this.$element.offset().top + this.$element.outerHeight() + 10; this.$popover.css("top", bottomOfButtonFromTop); $nipple = this.$popover.find(".popover_nipple"); centerOfnippleFromLeft = $nipple.outerWidth() / 2; nippleLeftPos = centerOfPopoverFromLeft - centerOfnippleFromLeft; return $nipple.css("left", nippleLeftPos); }; return Popover; })(); (function($) { return $.widget.bridge('popover', AA.Popover); })(jQuery); }).call(this); ;TI"dependency_digest;TI"%5b0466a5a4e0bc4151313eb109fb5ab8;FI"required_paths;T[I"‡/Users/matt/.rvm/gems/ruby-2.0.0-p195/gems/activeadmin-0.6.0/app/assets/javascripts/active_admin/components/jquery.aa.popover.js.coffee;FI"dependency_paths;T[{I" path;TI"‡/Users/matt/.rvm/gems/ruby-2.0.0-p195/gems/activeadmin-0.6.0/app/assets/javascripts/active_admin/components/jquery.aa.popover.js.coffee;FI" mtime;TI"2013-08-16T20:34:28-04:00;TI" digest;TI"%0564b17083ef115c6dfe240299fbb8b3;FI" _version;TI"%ffd318ca8b794f42f5029101c2cf5d91;F