Skip to content

Commit 94a06db

Browse files
committed
style(): fix missing semi-colon
1 parent f246c5a commit 94a06db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/directive/sideMenus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ IonicModule
6969
$document[0].body.classList.remove('menu-open');
7070
});
7171

72-
}
72+
};
7373
}
7474
};
7575
}]);

0 commit comments

Comments
 (0)