mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
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