spec/dummy/tmp/cache/assets/D9C/F50/sprockets%2F224e78bb9e1c414a2d518a3aaffd6f77 in medivo-0.2.7 vs spec/dummy/tmp/cache/assets/D9C/F50/sprockets%2F224e78bb9e1c414a2d518a3aaffd6f77 in medivo-0.2.8
- old
+ new
@@ -1,43 +1,46 @@
-o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1321032518.34689 3r:@value{ I"length:EFiHI"digest;
-F"%8df9e513fcfe08e25f37841e37e909dcI"source;
-FI"H(function() {
+o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1321311536.0261691 ¬Á:@value{ I"length:EFiI"digest;
+F"%46a68d08f22c8bb73c392e3cd7e9ed22I"source;
+FI"
window.List = (function() {
+
List.prototype.show_number = 3;
+
function List(list_data, show_number, model, tracker_id) {
this.list = [];
- if (show_number) {
- this.show_number = show_number;
- }
+ if (show_number) this.show_number = show_number;
this.model = model;
this.tracker_elem = $("<input id='" + tracker_id + "' type='hidden'>");
this.setList(list_data);
}
+
List.prototype.getList = function() {
return this.list.slice(0, this.show_number);
};
+
List.prototype.setList = function(list_info) {
this.list = [];
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;
- if (!list_info) {
- return;
- }
+ 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 List;
+
})();
-}).call(this);
;
FI"
_version;
-F"%19c614244701ff101d8a0bb6a523ce1e
+F"%3d6c4a8aa3bd614a695c9d89c170c27e
\ No newline at end of file