Skip to content

Commit 61d905e

Browse files
committed
small update
1 parent 8b63ca8 commit 61d905e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/app/features/panel/panelDirective.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ function (angular, $, config) {
2626
switch(panelType) {
2727
case 'graph': {
2828
require.ensure([], function() {
29-
require('../../panels/graph/module');
30-
doneFn();
29+
require('../../panels/graph/module');
30+
doneFn();
3131
});
3232
break;
3333
}

0 commit comments

Comments
 (0)