missing semicolon

This commit is contained in:
Athou
2013-04-18 16:53:50 +02:00
parent 2ba028bacc
commit 99e1371386

View File

@@ -384,7 +384,7 @@ module.controller('FeedListCtrl', function($scope, $stateParams, $http, $route,
event.preventDefault();
event.stopPropagation();
}
}
};
var openNextEntry = function(event) {
var entry = null;