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 = DATA.ribbons[ribbon]
// ribbon this is empty... // ribbon this is empty or non-existant...
if(ribbon.length == 0){ // XXX need to check when can we get a ribbon == undefined case...
// ...race?
//if(ribbon == null){
// // XXX
//}
if(ribbon == null || ribbon.length == 0){
return [] return []
} }
if(count > 0){ if(count > 0){