sandbox/tmp/cache/assets/CBB/AA0/sprockets%2F34b613f862555697eb944a2ff6ac3526 in iugu-ux-0.8.7 vs sandbox/tmp/cache/assets/CBB/AA0/sprockets%2F34b613f862555697eb944a2ff6ac3526 in iugu-ux-0.8.8
- old
+ new
@@ -1,19 +1,25 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357673893.5991979 YB:@value"&{I"
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357760297.7385941 E :@value"p{I"
class:EFI"BundledAsset; FI"logical_path; FI"'iugu-ux/components/iugu-ux-main.js; FI"
pathname; FI"t/Users/patricknegri/Desenvolvimento/iugu-ux/vendor/assets/javascripts/iugu-ux/components/iugu-ux-main.js.coffee; FI"content_type; FI"application/javascript; FI"
-mtime; FI"2013-01-08T16:22:17-02:00; FI"length; Fi
-I"digest; F"%f6cdb68d9afba6810ab9f9e54fe9b26fI"source; FI"
+mtime; FI"2013-01-09T10:01:30-02:00; FI"length; Fii
+I"digest; F"%8937a3537c976000cd6b2e5110fd40dfI"source; FI"i
(function() {
this.configure_ui_action = function(button, callback, disable_click) {
if (callback == null) {
callback = null;
}
if (disable_click == null) {
disable_click = false;
}
button = $(button);
+ if (button.data) {
+ if (button.data('iugu-ui-button-configured')) {
+ return;
+ }
+ }
+ button.data('iugu-ui-buttin-configured', true);
if (window.IS_MOBILE) {
button.on('touchstart', function(evt) {
return $(this).addClass('active');
});
button.on('touchend', function(evt) {
@@ -46,13 +52,10 @@
return debug("CLICKED OK");
});
};
$(function() {
- $(".button").each(function(el) {
- return configure_ui_button(this);
- });
$("#slider").slider({
orientation: "vertical",
range: true,
min: 0,
max: 500,
@@ -91,6 +94,6 @@
}
});
});
}).call(this);
-; FI"required_assets_digest; F"%f656305138a2e69d226e0aee16e73c1cI"
_version; F"%9f3b95dd7ea3030dc35985c0a8020862
+; FI"required_assets_digest; F"%9082ebccfdf0a8aeda50a01c60faf9b6I"
_version; F"%9f3b95dd7ea3030dc35985c0a8020862
\ No newline at end of file