mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
white-space cleanse, and added forin flags to a couple files that need to be looked at at a later date.
This commit is contained in:
parent
d778873ba5
commit
389f8aef4d
@ -1,4 +1,4 @@
|
|||||||
/*jshint globalstrict:true */
|
/*jshint globalstrict:true, forin:false */
|
||||||
/*global angular:true */
|
/*global angular:true */
|
||||||
/*global Blob:false*/
|
/*global Blob:false*/
|
||||||
'use strict';
|
'use strict';
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/*jshint forin:false*/
|
||||||
// Wrap this all up in a 'kbn' object so I don't have a billion globals
|
// Wrap this all up in a 'kbn' object so I don't have a billion globals
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
Loading…
Reference in New Issue
Block a user