Better type definition
Fixes the `Invalid type(s) for operator IN.` warnings from the closure compiler.
This commit is contained in:
@@ -6,7 +6,7 @@ import {isEmpty} from '../obj.js';
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Object.<string, Object.<string, ol.TransformFunction>>}
|
||||
* @type {!Object.<string, !Object.<string, ol.TransformFunction>>}
|
||||
*/
|
||||
let transforms = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user