minor bug-fix (stub)...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-08-24 02:48:28 +04:00
parent da16f4cc53
commit bd95ece154

View File

@ -592,8 +592,13 @@ function getImageGIDs(from, count, ribbon, inclusive){
}
ribbon = DATA.ribbons[ribbon]
// ribbon this is empty...
if(ribbon.length == 0){
// ribbon this is empty or non-existant...
// XXX need to check when can we get a ribbon == undefined case...
// ...race?
//if(ribbon == null){
// // XXX
//}
if(ribbon == null || ribbon.length == 0){
return []
}
if(count > 0){