Delete the duplicate words in row.js

Change-Id: Icf674cbe7cd1bc7fc09f1723dea759f8e47c61b8
This commit is contained in:
zhouxinyong 2019-01-07 15:03:48 +08:00
parent b4a2106797
commit 0162d0c9e2
1 changed files with 1 additions and 1 deletions

View File

@ -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