Changeset 793593
- Timestamp:
- 10/25/2013 01:27:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dutch-auction-masters/trunk/assets/js/auction.list.js
r753924 r793593 34 34 35 35 var append_auctions = function(auctions, type) { 36 37 if(typeof(auctions) == "undefined") 38 return; 39 36 40 var items = eval("window._root." + type + "()"); 37 41 for ( var i = 0; i < auctions.length; i++) {
Note: See TracChangeset
for help on using the changeset viewer.