{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+�=lRI"length;�Ti�I"digest;�TI"%98ee64c8b1a475268475e43f267c0c4a;�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"%143ffac2b65267dbaeeb1949fb3633cc;�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-10-26T15:10:26-07:00;�TI"digest;�TI"%361d484b525e3c0bbdfeccc52ad35e7a;�FI"
_version;�TI"%2cf3622cbba861b85d33ffabfa420c13;�F