mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
remove trailing comma
This commit is contained in:
parent
6f1066b2cb
commit
15f60d6e0d
2 changed files with 2 additions and 4 deletions
4
TODOS.md
4
TODOS.md
|
@ -31,6 +31,4 @@
|
|||
- **test/unit/specs/apps/dashboard/directives/panel.js**
|
||||
- This should not be needed, timefilter is only included here – [L14](https://github.com/elasticsearch/kibana4/blob/master/test/unit/specs/apps/dashboard/directives/panel.js#L14)
|
||||
- **test/unit/specs/directives/timepicker.js**
|
||||
- This should not be needed, timefilter is only included here, it should move – [L17](https://github.com/elasticsearch/kibana4/blob/master/test/unit/specs/directives/timepicker.js#L17)
|
||||
- **test/unit/specs/directives/typeahead.js**
|
||||
- This should not be needed, timefilter is only included here, it should move – [L12](https://github.com/elasticsearch/kibana4/blob/master/test/unit/specs/directives/typeahead.js#L12)
|
||||
- This should not be needed, timefilter is only included here, it should move – [L17](https://github.com/elasticsearch/kibana4/blob/master/test/unit/specs/directives/timepicker.js#L17)
|
|
@ -17,7 +17,7 @@ define(function (require) {
|
|||
return {
|
||||
restrict: 'A',
|
||||
scope: {
|
||||
historyKey: '@kbnTypeahead',
|
||||
historyKey: '@kbnTypeahead'
|
||||
},
|
||||
controllerAs: 'typeahead',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue