- |
+ |
-
+
|
-
-
+
+
|
-
+
+
|
diff --git a/tests/eslintrc.conf.js b/tests/eslintrc.conf.js
index e54e0548..cd8affdc 100644
--- a/tests/eslintrc.conf.js
+++ b/tests/eslintrc.conf.js
@@ -49,6 +49,8 @@ module.exports = {
'showOverlay': true,
'confirm': true,
'dumpAnnotationRequest': true,
+ 'getURISearchParameter': true,
+ 'setURISearchParameter': true,
// from shapeCollection.js
'ShapeCollectionModel': true,
'ShapeCollectionController': true,
@@ -73,6 +75,7 @@ module.exports = {
'ShapeMergerView': true,
// from shapes.js
'PolyShapeModel': true,
+ 'PolyShapeView': true,
'buildShapeModel': true,
'buildShapeController': true,
'buildShapeView': true,
@@ -116,5 +119,9 @@ module.exports = {
'HistoryModel': true,
'HistoryController': true,
'HistoryView': true,
+ // from polyshapeEditor.js
+ 'PolyshapeEditorModel': true,
+ 'PolyshapeEditorController': true,
+ 'PolyshapeEditorView': true,
},
};
|