@@ -1,10 +1,9 @@
define([
'angular',
'jquery',
- 'config',
- 'underscore'
+ 'config'
],
-function (angular, $, config, _) {
+function (angular, $, config) {
"use strict";
var module = angular.module('kibana.routes');
@@ -18,7 +18,7 @@ function (angular, $, kbn, _) {
function DashboardModel (data) {
if (!data) {
data = {};
- };
+ }
this.title = data.title;
this.tags = data.tags || [];