mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10: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
|
||||
}
|
||||
|
||||
var exclusive = feature.exclusive
|
||||
exclusive = exclusive
|
||||
&& (exclusive instanceof Array ?
|
||||
exclusive
|
||||
: [exclusive])
|
||||
|
||||
res.append($('<div class="feature">')
|
||||
.prop('tabindex', true)
|
||||
.append($('<h2>')
|
||||
@ -1061,7 +1067,7 @@ var UIIntrospectionActions = actions.Actions({
|
||||
// list exclusive features...
|
||||
.append($('<div>')
|
||||
.html('Exclusive tag: '
|
||||
+ (feature.exclusive || ['-'])
|
||||
+ (exclusive || ['-'])
|
||||
.map(function(tag){
|
||||
if(tag == '-'){
|
||||
return tag
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user