Subversion Repositories SmartDukaan

Rev

Rev 11672 | Rev 11971 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11672 Rev 11970
Line 407... Line 407...
407
      if (obj.hasOwnProperty(prop)) {
407
      if (obj.hasOwnProperty(prop)) {
408
         ++count;
408
         ++count;
409
      }
409
      }
410
   }
410
   }
411
   return count;
411
   return count;
-
 
412
}
-
 
413
 
-
 
414
if(typeof prodJson!="undefined"){
-
 
415
	privateDeals=[];
-
 
416
	for(i in prodJson.response.itemPojos){
-
 
417
		var deal = prodJson.response.itemPojos[i].dealPojo;
-
 
418
		if (typeof deal != "undefined"){
-
 
419
			privateDeals.push(deal);
-
 
420
		}
-
 
421
	}
-
 
422
	if(private.length>0){
-
 
423
	}
412
}
424
}
413
425