Gaël Métais 10 سال پیش
والد
کامیت
6eefc0a623
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      front/src/js/services/menuService.js

+ 1 - 1
front/src/js/services/menuService.js

@@ -29,6 +29,6 @@ menuService.factory('Menu', ['$location', function($location) {
                     console.err('Undefined Menu.changePage() destination');
             }
         }
-    }
+    };
 
 }]);