diff --git a/examples/editModels.js b/examples/editModels.js index 717b7824bb..5319d75bb9 100644 --- a/examples/editModels.js +++ b/examples/editModels.js @@ -162,7 +162,7 @@ function controller(wichSide) { this.checkModel = function (properties) { // special case to lock the ground plane model in hq. - if (this.isLocked(properties)) { + if (isLocked(properties)) { return { valid: false }; }