mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fix in introspection...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5a1202fad9
commit
81f7b053eb
@ -1043,6 +1043,12 @@ var UIIntrospectionActions = actions.Actions({
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var exclusive = feature.exclusive
|
||||||
|
exclusive = exclusive
|
||||||
|
&& (exclusive instanceof Array ?
|
||||||
|
exclusive
|
||||||
|
: [exclusive])
|
||||||
|
|
||||||
res.append($('<div class="feature">')
|
res.append($('<div class="feature">')
|
||||||
.prop('tabindex', true)
|
.prop('tabindex', true)
|
||||||
.append($('<h2>')
|
.append($('<h2>')
|
||||||
@ -1061,7 +1067,7 @@ var UIIntrospectionActions = actions.Actions({
|
|||||||
// list exclusive features...
|
// list exclusive features...
|
||||||
.append($('<div>')
|
.append($('<div>')
|
||||||
.html('Exclusive tag: '
|
.html('Exclusive tag: '
|
||||||
+ (feature.exclusive || ['-'])
|
+ (exclusive || ['-'])
|
||||||
.map(function(tag){
|
.map(function(tag){
|
||||||
if(tag == '-'){
|
if(tag == '-'){
|
||||||
return tag
|
return tag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user