Commit 39bc3cb5 by Torkel Ödegaard

refactoring: moving stuff around

parent 4dcd2ceb
define([
'./panelMenu',
'./panelDirective',
'./panelSrv',
'./panelHelper',
'./soloPanelCtrl',
'./panel_menu',
'./panel_directive',
'./panel_srv',
'./panel_helper',
'./solo_panel_ctrl',
], function () {});
......@@ -3,7 +3,7 @@ define([
'app/app',
'lodash',
'config',
'app/components/panelmeta',
'app/features/panel/panel_meta',
],
function (angular, app, _, config, PanelMeta) {
'use strict';
......
......@@ -4,8 +4,8 @@ define([
'lodash',
'kbn',
'moment',
'app/components/timeSeries',
'app/components/panelmeta',
'app/core/time_series',
'app/features/panel/panel_meta',
'./seriesOverridesCtrl',
'./graph',
'./legend',
......
......@@ -3,8 +3,8 @@ define([
'app/app',
'lodash',
'kbn',
'app/components/timeSeries',
'app/components/panelmeta',
'app/core/time_series',
'app/features/panel/panel_meta',
'./singleStatPanel',
],
function (angular, app, _, kbn, TimeSeries, PanelMeta) {
......
......@@ -3,7 +3,7 @@ define([
'app/app',
'lodash',
'require',
'app/components/panelmeta',
'app/features/panel/panel_meta',
],
function (angular, app, _, require, PanelMeta) {
'use strict';
......
define([
'app/components/timeSeries'
'app/core/time_series'
], function(TimeSeries) {
'use strict';
......
define([
'./helpers',
'app/features/panel/panelSrv',
'app/features/panel/panelHelper',
'app/features/panel/panel_srv',
'app/features/panel/panel_helper',
'app/panels/graph/module'
], function(helpers) {
'use strict';
......
......@@ -2,7 +2,7 @@ define([
'./helpers',
'angular',
'jquery',
'app/components/timeSeries',
'app/core/time_series',
'app/panels/graph/graph'
], function(helpers, angular, $, TimeSeries) {
'use strict';
......
define([
'./helpers',
'app/features/panel/panelSrv',
'app/features/panel/panel_srv',
], function() {
'use strict';
......
define([
'./helpers',
'app/features/panel/panelSrv',
'app/features/panel/panelHelper',
'app/features/panel/panel_srv',
'app/features/panel/panel_helper',
'app/panels/singlestat/module'
], function(helpers) {
'use strict';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment