Raymond Hill 2018-08-26 20:02:43 -04:00
parent de65fad273
commit 55af9e4703
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1336,7 +1336,7 @@ vAPI.cloud = (function() {
var i = 0;
for (;;) {
jsonSlice = bin[dataKey + i.toString()];
if ( jsonSlice === '' ) {
if ( jsonSlice === '' || jsonSlice === undefined ) {
break;
}
json.push(jsonSlice);