tech(systemjs): most things work

This commit is contained in:
Torkel Ödegaard
2015-12-18 10:28:00 +01:00
parent d34ba416a6
commit 0dd7fb7361
15 changed files with 24 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
define([
'./time_series2'
], function(timeSeries) {
'use strict';
// backward compatability hack;
return timeSeries.default;
});