Mercurial
Mercurial
>
comt
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/cm/media/js/client/c_permissions.js
changeset 341
053551f213fb
parent 0
40c8f766c9b8
equal
deleted
inserted
replaced
340:9e2b9e568e42
341:053551f213fb
1
hasPerm = function(label) {
1
hasPerm = function(label) {
2
return (-1 != CY.Array.indexOf(sv_user_permissions, label)) ;
2
return (-1 != CY.Array.indexOf(sv_user_permissions, label)) ;
3
}
3
}