Fix code tests

This commit is contained in:
Quincy Morgan
2020-05-13 16:04:40 -04:00
parent 0278e700a0
commit 8799011abc
+1 -1
View File
@@ -9,7 +9,7 @@ export function operationExtract(selectedIDs, context) {
var action = actionExtract(entityID);
var geometry = entityID && context.graph().hasEntity(entityID) && context.graph().geometry(entityID);
var extent = (geometry === 'area' || geometry === 'line') && context.entity(entityID).extent(context.graph());
var extent = (geometry === 'area' || geometry === 'line') && context.graph().entity(entityID).extent(context.graph());
var operation = function () {