Remove lint
This commit is contained in:
@@ -422,9 +422,9 @@ function readCapabilityLayer(node, objectStack) {
|
||||
* @return {Object|undefined} Layer object.
|
||||
*/
|
||||
function readLayer(node, objectStack) {
|
||||
const parentLayerObject = /** @type {!Object<string,*>} */ (objectStack[
|
||||
objectStack.length - 1
|
||||
]);
|
||||
const parentLayerObject = /** @type {!Object<string,*>} */ (
|
||||
objectStack[objectStack.length - 1]
|
||||
);
|
||||
|
||||
const layerObject = pushParseAndPop({}, LAYER_PARSERS, node, objectStack);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user