spec/dummy/tmp/cache/assets/CEE/250/sprockets%2F96688f33f2f8aa261bf6701c1d6d7575 in medivo-0.2.21 vs spec/dummy/tmp/cache/assets/CEE/250/sprockets%2F96688f33f2f8aa261bf6701c1d6d7575 in medivo-0.2.24
- old
+ new
@@ -1,26 +1,28 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1321459878.0503418 8Í:@value{I"
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1322611693.6566989 [:@value{I"
class:EFI"BundledAsset;
FI"id;
-F"%3914e66f640b92da517a9f0556aebbb7I"logical_path;
+F"%a58cd3da2cce087c090da13215e4435bI"logical_path;
FI"medivo/models.js;
FI"
pathname;
FI"c/Users/danielsudol/projects/medivo/medivo_resource/app/assets/javascripts/medivo/models.coffee;
FI"content_type;
FI"application/javascript;
FI"
mtime;
-FI"2011-10-30T10:16:36-04:00;
+FI"2011-11-21T21:05:50-05:00;
FI" body;
-FI"
+FI"f
window.List = (function() {
- List.prototype.show_number = 3;
+ List.prototype.min_show_number = 3;
- function List(list_data, show_number, model, tracker_id) {
+ List.prototype.show_number = List.min_show_number;
+
+ function List(list_data, min_show_number, model, tracker_id) {
this.list = [];
- if (show_number) this.show_number = show_number;
+ if (min_show_number) this.min_show_number = min_show_number;
this.model = model;
this.tracker_elem = $("<input id='" + tracker_id + "' type='hidden'>");
this.setList(list_data);
}
@@ -28,26 +30,25 @@
return this.list.slice(0, this.show_number);
};
List.prototype.setList = function(list_info) {
this.list = [];
+ this.show_number = this.min_show_number;
this.loadList(list_info);
return this.tracker_elem.change();
};
List.prototype.setShowNumber = function(num) {
this.show_number = num;
return this.tracker_elem.change();
};
List.prototype.loadList = function(list_info) {
- var list, model;
+ var _this = this;
if (!list_info) return;
- list = this.list;
- model = this.model;
return $.each(list_info, function(index, data) {
- return list.push(new model(data, index));
+ return _this.list.push(new _this.model(data, index));
});
};
return List;
@@ -58,9 +59,9 @@
FI"dependency_paths;
F[{I" path;
FI"c/Users/danielsudol/projects/medivo/medivo_resource/app/assets/javascripts/medivo/models.coffee;
FI"
mtime;
-FIu: Time
Îç€ @B:@_zoneI"EDT;
-T:offsetiþÀÇI"hexdigest;
-F"%839db657ef60e3f21440312719162e55I"
_version;
-F"%ee50e40b36d7dc25c526aaff3fac8c9c
+FIu: Time
Âê€ :@_zoneI"EST;
+T:offsetiþ°¹I"hexdigest;
+F"%6f10f16b1ad57833f7daddb2e12d53ffI"
_version;
+F"%46dde6621c301f4928e3b34efee9e3b5
\ No newline at end of file