From 4cfe671910aaa472d2db32f41bd6afd6c4cd3b99 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Mon, 26 Nov 2018 11:02:43 -0500 Subject: [PATCH] Remove a stray partial line. --- src/vectorFeature.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vectorFeature.js b/src/vectorFeature.js index 5a7d1684e7..c9c8c5f541 100644 --- a/src/vectorFeature.js +++ b/src/vectorFeature.js @@ -8,7 +8,6 @@ var feature = require('./feature'); * @property {geo.vectorFeature.styleSpec} [style] Style object with default * style options. * @property {function|object} [origin={x: 0, y: 0, z: 0}] Origin accessor. - * @property {function */ /**