remove trailing comma

This commit is contained in:
Joe Fleming 2014-08-13 15:27:31 -07:00
parent 6f1066b2cb
commit 15f60d6e0d
2 changed files with 2 additions and 4 deletions

View file

@ -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)

View file

@ -17,7 +17,7 @@ define(function (require) {
return {
restrict: 'A',
scope: {
historyKey: '@kbnTypeahead',
historyKey: '@kbnTypeahead'
},
controllerAs: 'typeahead',