forked from Archives/Athou_commafeed
missing semicolon
This commit is contained in:
@@ -384,7 +384,7 @@ module.controller('FeedListCtrl', function($scope, $stateParams, $http, $route,
|
|||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
var openNextEntry = function(event) {
|
var openNextEntry = function(event) {
|
||||||
var entry = null;
|
var entry = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user