test/dummy/tmp/cache/assets/test/sprockets/40806eccd4be04b3c3fa44d23576e18d in bootstrap-sass-rails-2.3.1.1 vs test/dummy/tmp/cache/assets/test/sprockets/40806eccd4be04b3c3fa44d23576e18d in bootstrap-sass-rails-2.3.1.2
- old
+ new
@@ -1,9 +1,9 @@
{I"
class:EFI"ProcessedAsset; FI"logical_path; FI"twitter/bootstrap/alert.js; TI"
pathname; FI"v/Users/mjonuschat/Documents/Development/bootstrap-sass-rails/vendor/assets/javascripts/twitter/bootstrap/alert.js; TI"content_type; FI"application/javascript; FI"
-mtime; FI"2012-11-18T17:11:19+01:00; FI"length; FiC I"digest; F"%c1fba071614ab54b32079db0e2b8d46eI"source; FI"C /* ==========================================================
- * bootstrap-alert.js v2.2.1
+mtime; Fl+ÁTQQI"length; FiÞ I"digest; F"%682b4c0a5ff0abfe7f6c5388fd05f23aI"source; FI"Þ /* ==========================================================
+ * bootstrap-alert.js v2.3.1
* http://twitter.github.com/bootstrap/javascript.html#alerts
* ==========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -69,10 +69,12 @@
/* ALERT PLUGIN DEFINITION
* ======================= */
+ var old = $.fn.alert
+
$.fn.alert = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('alert')
if (!data) $this.data('alert', (data = new Alert(this)))
@@ -81,13 +83,22 @@
}
$.fn.alert.Constructor = Alert
+ /* ALERT NO CONFLICT
+ * ================= */
+
+ $.fn.alert.noConflict = function () {
+ $.fn.alert = old
+ return this
+ }
+
+
/* ALERT DATA-API
* ============== */
$(document).on('click.alert.data-api', dismiss, Alert.prototype.close)
}(window.jQuery);
-; FI"dependency_digest; F"%399a03e2137d2ae6c0696fe9df533b27I"required_paths; F[I"v/Users/mjonuschat/Documents/Development/bootstrap-sass-rails/vendor/assets/javascripts/twitter/bootstrap/alert.js; TI"dependency_paths; F[{I" path; FI"v/Users/mjonuschat/Documents/Development/bootstrap-sass-rails/vendor/assets/javascripts/twitter/bootstrap/alert.js; TI"
-mtime; FI"2012-11-18T17:11:19+01:00; FI"digest; F"%754802ea94b70a84bb6372ac9fa9a8d0I"
_version; F"%5696f2e92b7a87e2ea819987dbf64f5c
+; TI"dependency_digest; F"%bca54b9882066060e7c440ab796c8e92I"required_paths; F[I"v/Users/mjonuschat/Documents/Development/bootstrap-sass-rails/vendor/assets/javascripts/twitter/bootstrap/alert.js; TI"dependency_paths; F[{I" path; FI"v/Users/mjonuschat/Documents/Development/bootstrap-sass-rails/vendor/assets/javascripts/twitter/bootstrap/alert.js; TI"
+mtime; FI"2013-03-26T08:56:49+01:00; FI"digest; F"%64d996706c4e4c77b3baa84d69ed4afeI"
_version; F"%528eaba029222e62755ebcb12e7fbaba
\ No newline at end of file