mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
missing semicolons
This commit is contained in:
@@ -15,10 +15,10 @@ module.service('AnalyticsService', [ '$state', function($state) {
|
||||
module.service('MobileService', [ '$state', function($state) {
|
||||
this.toggleLeftMenu = function() {
|
||||
$('body').toggleClass('left-menu-active');
|
||||
}
|
||||
};
|
||||
this.toggleRightMenu = function() {
|
||||
$('body').toggleClass('right-menu-active');
|
||||
}
|
||||
};
|
||||
var width = (window.innerWidth > 0) ? window.innerWidth : screen.width;
|
||||
this.mobile = width < 979;
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user