-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from yibuyisheng/dev
去掉注释中的“锦囊”二字
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @file 锦囊进行权限验证的基础容器 | ||
* @file 进行权限验证的基础容器 | ||
* @author Justineo([email protected]) | ||
*/ | ||
|
||
|
@@ -10,7 +10,7 @@ define(function (require) { | |
var auth = require('../system/auth'); | ||
|
||
/** | ||
* 锦囊权限编辑器权限节点 | ||
* 权限编辑器权限节点 | ||
* | ||
* @param {Object} [options] 初始化参数 | ||
* @extends esui.Panel | ||
|