mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
/*jshint globalstrict:true */
|
|
/*global angular:true */
|
|
'use strict';
|
|
|
|
angular.module('kibana.filters', []) |