-
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.
- Loading branch information
yibuyisheng
committed
Jun 22, 2016
1 parent
894e076
commit dac4fd4
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 | ||
|