Commit 61cd5cf4 by Torkel Ödegaard

fixed jshint and jscs checks

parent 1eb9efe2
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 || [];
......
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