Added sorting to the tree

pull/134/merge
Ruben Daniels 2015-08-25 10:11:07 -07:00
rodzic 0a1ff08fac
commit cf22a3db2a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -389,6 +389,7 @@ function alphanumCompare(a, b) {
}
DataProvider.alphanumCompare = alphanumCompare;
DataProvider.prototype.alphanumCompare = alphanumCompare;
DataProvider.variableHeightRowMixin = function() {
var reset = function () {
this.$cachedTotalHeight = 0;