From 0162d0c9e2a18d41a80359db2a3d9c92fc0e7f1c Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Mon, 7 Jan 2019 15:03:48 +0800 Subject: [PATCH] Delete the duplicate words in row.js Change-Id: Icf674cbe7cd1bc7fc09f1723dea759f8e47c61b8 --- v2/dboards/src/app/controllers/row.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/dboards/src/app/controllers/row.js b/v2/dboards/src/app/controllers/row.js index a4f15c3..1438e00 100644 --- a/v2/dboards/src/app/controllers/row.js +++ b/v2/dboards/src/app/controllers/row.js @@ -161,7 +161,7 @@ function (angular, app, _) { */ span : _as < defaultSpan && _as > 0 ? _as : defaultSpan, /** @scratch /panels/1 - * editable:: Enable or disable the edit button the the panel + * editable:: Enable or disable the edit button the panel */ editable: true, /** @scratch /panels/1