Fix doc for the EXECUTE

This commit is contained in:
Raymond Feng 2014-08-07 10:33:27 -07:00
parent 0affc65c67
commit ce88ce7733
1 changed files with 3 additions and 3 deletions

View File

@ -60,8 +60,8 @@ var ACLSchema = {
property: String, // The name of the property, method, scope, or relation
/**
* Name of the access type - READ/WRITE/EXEC
* @property accessType {String} 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/EXECUTE
*/
accessType: String,
@ -369,7 +369,7 @@ ACL.prototype.debug = function() {
* @property {String|Model} model The model name or model class.
* @property {*} id The model instance ID.
* @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
*/