kopia lustrzana https://github.com/c9/core
Added sorting to the tree
rodzic
0a1ff08fac
commit
cf22a3db2a
|
@ -389,6 +389,7 @@ function alphanumCompare(a, b) {
|
||||||
}
|
}
|
||||||
|
|
||||||
DataProvider.alphanumCompare = alphanumCompare;
|
DataProvider.alphanumCompare = alphanumCompare;
|
||||||
|
DataProvider.prototype.alphanumCompare = alphanumCompare;
|
||||||
DataProvider.variableHeightRowMixin = function() {
|
DataProvider.variableHeightRowMixin = function() {
|
||||||
var reset = function () {
|
var reset = function () {
|
||||||
this.$cachedTotalHeight = 0;
|
this.$cachedTotalHeight = 0;
|
||||||
|
|
Ładowanie…
Reference in New Issue