tech(systemjs): more stuff is starting to work

This commit is contained in:
Torkel Ödegaard
2015-12-17 16:30:53 +01:00
parent 83ce40191c
commit df1e52e394
27 changed files with 75 additions and 68 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
///<reference path="../../headers/common.d.ts" />
import _ = require('lodash');
import moment = require('moment');
import moment from 'moment';
var units = ['y', 'M', 'w', 'd', 'h', 'm', 's'];
var unitsAsc = _.sortBy(units, function (unit) {