Fix doc for the EXECUTE
This commit is contained in:
parent
0affc65c67
commit
ce88ce7733
|
@ -60,8 +60,8 @@ var ACLSchema = {
|
||||||
property: String, // The name of the property, method, scope, or relation
|
property: String, // The name of the property, method, scope, or relation
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Name of the access type - READ/WRITE/EXEC
|
* Name of the access type - READ/WRITE/EXECUTE
|
||||||
* @property accessType {String} Name of the access type - READ/WRITE/EXEC
|
* @property accessType {String} Name of the access type - READ/WRITE/EXECUTE
|
||||||
*/
|
*/
|
||||||
accessType: String,
|
accessType: String,
|
||||||
|
|
||||||
|
@ -369,7 +369,7 @@ ACL.prototype.debug = function() {
|
||||||
* @property {String|Model} model The model name or model class.
|
* @property {String|Model} model The model name or model class.
|
||||||
* @property {*} id The model instance ID.
|
* @property {*} id The model instance ID.
|
||||||
* @property {String} property The property/method/relation name.
|
* @property {String} property The property/method/relation name.
|
||||||
* @property {String} accessType The access type: READE, WRITE, or EXEC.
|
* @property {String} accessType The access type: READE, WRITE, or EXECUTE.
|
||||||
* @param {Function} callback Callback function
|
* @param {Function} callback Callback function
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue