test/dummy/tmp/cache/assets/D83/C70/sprockets%2Ff536f7a68e692747fca1d2fcd5c07f57 in cytoplasm-0.3.7 vs test/dummy/tmp/cache/assets/D83/C70/sprockets%2Ff536f7a68e692747fca1d2fcd5c07f57 in cytoplasm-0.3.8
- old
+ new
@@ -1,8 +1,8 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1360699656.85662:@value"�{I"
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1360770922.845781:@value"{I"
class:EFI"ProcessedAsset;FI"logical_path;FI"cytoplasm/cytoTable.js;FI"
pathname;FI"f/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/assets/javascripts/cytoplasm/cytoTable.js.erb;FI"content_type;FI"application/javascript;FI"
-mtime;FI"2013-02-12T15:07:35-05:00;FI"length;Fi�I"digest;F"%2c571bd8ccfe1d8ec442a9ad931ba14fI"source;FI"�// CytoTable v0.1
+mtime;FI"2013-02-13T10:55:21-05:00;FI"length;Fi�I"digest;F"%dbcbf86421105ecc5f5cdcce5841ca19I"source;FI"�// CytoTable v0.1
// By MacKinley Smith
(function($){
var defaults = {
widget:{
table:{
@@ -66,11 +66,12 @@
},
events:{
onCreate:function(cy){},
onChange:function(cy,event){},
onDestroy:function(cy){},
- onResize:function(cy){}
+ onResize:function(cy){},
+ beforeResize:function(cy){}
}
};
var methods = {
init:function(options){
@@ -176,14 +177,14 @@
return this.each(function(){
var $this = $(this);
var settings = $this.data('cytoTable');
if (!$this.hasClass('cytoTable') || settings==null) return console.warn("You must instanciate $.cytoTable before calling the resize method!");
- var w = settings.widget.wrapper.element.css({opacity:0});
+ var t = settings.widget.table.element.css({opacity:0});
setTimeout(function(){
settings.events.beforeResize.apply($this,[settings]);
- w.width(width).css({opacity:1});
+ t.width(width).css({opacity:1});
settings.events.onResize.apply($this,[settings]);
},1);
});
},
destroy:function(){
@@ -217,7 +218,7 @@
}
});
$('.cytoTable').cytoTable();
});
})(jQuery);
-;FI"dependency_digest;F"%88922f7e9ed3286bdbf665c4bfbaa56aI"required_paths;F[I"f/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/assets/javascripts/cytoplasm/cytoTable.js.erb;FI"dependency_paths;F[{I" path;FI"f/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/assets/javascripts/cytoplasm/cytoTable.js.erb;FI"
-mtime;FI"2013-02-12T15:07:35-05:00;FI"digest;F"%710eb695131904539b18071ec7f774baI"
_version;F"%6776f581a4329e299531e1d52aa59832
+;FI"dependency_digest;F"%708cfaac51dccb8469592e45a2e9e1a2I"required_paths;F[I"f/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/assets/javascripts/cytoplasm/cytoTable.js.erb;FI"dependency_paths;F[{I" path;FI"f/Applications/XAMPP/xamppfiles/htdocs/cytoplasm/app/assets/javascripts/cytoplasm/cytoTable.js.erb;FI"
+mtime;FI"2013-02-13T10:55:21-05:00;FI"digest;F"%b79066ff5c869bf290b30f628cdd7bbeI"
_version;F"%6776f581a4329e299531e1d52aa59832
\ No newline at end of file