Fix typos

This commit is contained in:
Vasiliy Halimonchuk 2019-05-30 00:00:24 +03:00
parent fe0fb3a251
commit 80d1c48f0d
4 changed files with 11 additions and 11 deletions

View file

@ -455,7 +455,7 @@ const DynamicTable = new Class({
}
},
getSortedColunn: function() {
getSortedColumn: function() {
return localStorage.getItem('sorted_column_' + this.dynamicTableDivId);
},