[TASK] Remove tablesort number

No complex different styled numbers need to be sorted
This commit is contained in:
Xaver Maierhofer 2016-05-26 01:48:56 +02:00
parent 4b55bb2a24
commit dd101a9196
2 changed files with 3 additions and 5 deletions

6
app.js
View File

@ -7,8 +7,7 @@ require.config({
"chroma-js": "../bower_components/chroma-js/chroma.min", "chroma-js": "../bower_components/chroma-js/chroma.min",
"moment": "../bower_components/moment/min/moment.min", "moment": "../bower_components/moment/min/moment.min",
"moment.de": "../bower_components/moment/locale/de", "moment.de": "../bower_components/moment/locale/de",
"tablesort": "../bower_components/tablesort/tablesort.min", "tablesort": "../bower_components/tablesort/src/tablesort",
"tablesort.number": "../bower_components/tablesort/src/sorts/tablesort.number",
"d3": "../bower_components/d3/d3.min", "d3": "../bower_components/d3/d3.min",
"virtual-dom": "../bower_components/virtual-dom/dist/virtual-dom", "virtual-dom": "../bower_components/virtual-dom/dist/virtual-dom",
"rbush": "../bower_components/rbush/rbush", "rbush": "../bower_components/rbush/rbush",
@ -20,8 +19,7 @@ require.config({
"moment.de": ["moment"], "moment.de": ["moment"],
"tablesort": { "tablesort": {
exports: "Tablesort" exports: "Tablesort"
}, }
"tablesort.number": ["tablesort"]
} }
}); });

View File

@ -1,4 +1,4 @@
define(["moment", "tablesort", "tablesort.number", "moment.de"], define(["moment", "tablesort", "moment.de"],
function (moment, Tablesort) { function (moment, Tablesort) {
function showGeoURI(d) { function showGeoURI(d) {
function showLatitude(d) { function showLatitude(d) {