add PERMISSIONS_ALL summary

This commit is contained in:
Jörn Friedrich Dreyer 2013-08-13 22:58:27 +02:00
parent 5ebff8cfc4
commit 5660f99592
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ var OC={
PERMISSION_UPDATE:2,
PERMISSION_DELETE:8,
PERMISSION_SHARE:16,
PERMISSION_ALL:31,
webroot:oc_webroot,
appswebroots:(typeof oc_appswebroots !== 'undefined') ? oc_appswebroots:false,
currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false,