mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[jshint] updated jshint paths, fixing some linting errors
This commit is contained in:
parent
3642f171aa
commit
0d0a3138f3
3 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,8 @@ define(function (require) {
|
|||
}
|
||||
});
|
||||
|
||||
app.controller('discover', function ($scope, config, courier, $route, $window, Notifier, AppState, timefilter, Promise, Private, kbnUrl, highlightTags) {
|
||||
app.controller('discover', function ($scope, config, courier, $route, $window, Notifier,
|
||||
AppState, timefilter, Promise, Private, kbnUrl, highlightTags) {
|
||||
|
||||
var Vis = Private(require('components/vis/vis'));
|
||||
var docTitle = Private(require('components/doc_title/doc_title'));
|
||||
|
|
|
@ -8,7 +8,7 @@ define(function (require) {
|
|||
name: 'tile_map',
|
||||
title: 'Tile map',
|
||||
icon: 'fa-map-marker',
|
||||
params: {
|
||||
params: {
|
||||
defaults: {
|
||||
mapType: 'Shaded Circle Markers'
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@ module.exports = function (grunt) {
|
|||
'Gruntfile.js',
|
||||
'<%= root %>/tasks/**/*.js',
|
||||
'<%= src %>/kibana/*.js',
|
||||
'<%= src %>/kibana/{apps,components,controllers,directives,factories,filters,services,utils}/**/*.js',
|
||||
'<%= src %>/kibana/{components,directives,factories,filters,plugins,registry,services,utils}/**/*.js',
|
||||
'<%= unitTestDir %>/**/*.js'
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue