mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
missing semicolons
This commit is contained in:
@@ -48,7 +48,7 @@ function($scope, FeedService, CategoryService, MobileService) {
|
|||||||
|
|
||||||
$scope.search = function() {
|
$scope.search = function() {
|
||||||
$scope.$emit('emitFeedSearch');
|
$scope.$emit('emitFeedSearch');
|
||||||
}
|
};
|
||||||
|
|
||||||
$scope.open = function() {
|
$scope.open = function() {
|
||||||
$scope.sub = {
|
$scope.sub = {
|
||||||
@@ -593,7 +593,7 @@ function($scope, $state, $filter, $timeout, CategoryService) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return index;
|
return index;
|
||||||
}
|
};
|
||||||
|
|
||||||
$scope.focusPrevious = function(e) {
|
$scope.focusPrevious = function(e) {
|
||||||
var index = getCurrentIndex();
|
var index = getCurrentIndex();
|
||||||
@@ -622,7 +622,7 @@ function($scope, $state, $filter, $timeout, CategoryService) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$scope.goToFeed($scope.focus.id);
|
$scope.goToFeed($scope.focus.id);
|
||||||
}
|
};
|
||||||
|
|
||||||
$scope.goToFeed = function(id) {
|
$scope.goToFeed = function(id) {
|
||||||
$scope.close();
|
$scope.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user