change a few stray tabs to spaces

This commit is contained in:
Dan Winship
2010-02-02 10:31:38 -05:00
parent eaa1f9a0f4
commit 8d31c2f4dc
5 changed files with 19 additions and 19 deletions

View File

@ -608,10 +608,10 @@ GenericDisplay.prototype = {
throw new Error("Not implemented");
},
// Compares items associated with the item ids based on the order in which the
// items should be displayed.
// Intended to be used as a compareFunction for array.sort().
// Returns an integer value indicating the result of the comparison.
// Compares items associated with the item ids based on the order in which the
// items should be displayed.
// Intended to be used as a compareFunction for array.sort().
// Returns an integer value indicating the result of the comparison.
_compareItems: function(itemIdA, itemIdB) {
throw new Error("Not implemented");
},