Commit 455948ad by bergquist

fix(playlist): fix broken build. unused vars

parent 0918063c
......@@ -3,7 +3,7 @@ define([
'app/core/config',
'lodash'
],
function (angular, config, _) {
function (angular) {
'use strict';
var module = angular.module('grafana.routes');
......
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