mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(systemjs): most things work
This commit is contained in:
7
public/app/core/time_series.js
Normal file
7
public/app/core/time_series.js
Normal file
@@ -0,0 +1,7 @@
|
||||
define([
|
||||
'./time_series2'
|
||||
], function(timeSeries) {
|
||||
'use strict';
|
||||
// backward compatability hack;
|
||||
return timeSeries.default;
|
||||
});
|
||||
Reference in New Issue
Block a user