Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #969 from drewfish/revert-3a5822a
Browse files Browse the repository at this point in the history
Revert commit 3a5822a
  • Loading branch information
drewfish committed Feb 7, 2013
2 parents 5033cd1 + 6a9d3f8 commit 4125c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/autoload/store.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ YUI.add('mojito-resource-store', function(Y, NAME) {
if (versions.hasOwnProperty(resid)) {
highest = Math.max.apply(Math, Object.keys(versions[resid]));
//console.log('--DEBUG-- highest=' + highest + ' -- ' + resid);
chosen = versions[resid][highest];
chosen = Y.mojito.util.copy(versions[resid][highest]);
out.push(chosen);
}
}
Expand Down

0 comments on commit 4125c66

Please sign in to comment.