Don't try to use undefined response

This commit is contained in:
Ruud
2013-08-31 17:48:19 +02:00
parent 5180426fc1
commit 700713abcf
@@ -43,6 +43,8 @@ var SuggestList = new Class({
fill: function(json){
var self = this;
if(!json) return;
Object.each(json.suggestions, function(movie){