{I"
class:ETI"ProcessedAsset;�FI"logical_path;�TI"$twitter/bootstrap/transition.js;�FI"
pathname;�TI"�/Users/simon/.rvm/gems/ruby-2.0.0-p247@prosperity/gems/anjlab-bootstrap-rails-3.0.0.3/app/assets/javascripts/twitter/bootstrap/transition.js;�FI"content_type;�TI"application/javascript;�TI"
mtime;�Tl+D�RI"length;�Ti�I"digest;�TI"%73fc294c163b43f135118c9a2d6d0091;�FI"source;�TI"�/* ========================================================================
 * Bootstrap: transition.js v3.0.0
 * http://twbs.github.com/bootstrap/javascript.html#transitions
 * ========================================================================
 * Copyright 2013 Twitter, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ======================================================================== */



+function ($) { "use strict";

  // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
  // ============================================================

  function transitionEnd() {
    var el = document.createElement('bootstrap')

    var transEndEventNames = {
      'WebkitTransition' : 'webkitTransitionEnd'
    , 'MozTransition'    : 'transitionend'
    , 'OTransition'      : 'oTransitionEnd otransitionend'
    , 'transition'       : 'transitionend'
    }

    for (var name in transEndEventNames) {
      if (el.style[name] !== undefined) {
        return { end: transEndEventNames[name] }
      }
    }
  }

  // http://blog.alexmaccaw.com/css-transitions
  $.fn.emulateTransitionEnd = function (duration) {
    var called = false, $el = this
    $(this).one($.support.transition.end, function () { called = true })
    var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
    setTimeout(callback, duration)
    return this
  }

  $(function () {
    $.support.transition = transitionEnd()
  })

}(window.jQuery);
;�TI"dependency_digest;�TI"%def4f31503e093d7918ccdfd4679f9f8;�FI"required_paths;�T[I"�/Users/simon/.rvm/gems/ruby-2.0.0-p247@prosperity/gems/anjlab-bootstrap-rails-3.0.0.3/app/assets/javascripts/twitter/bootstrap/transition.js;�FI"dependency_paths;�T[{I"	path;�TI"�/Users/simon/.rvm/gems/ruby-2.0.0-p247@prosperity/gems/anjlab-bootstrap-rails-3.0.0.3/app/assets/javascripts/twitter/bootstrap/transition.js;�FI"
mtime;�TI"2013-11-19T21:09:24-08:00;�TI"digest;�TI"%3cc21229f3ce0a0deb20b3a6a6653d57;�FI"
_version;�TI"%ac1cd7cf9811f9938e2b8937c60a24e6;�F