Skip to content

Commit

Permalink
style(): fix missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 6, 2014
1 parent f246c5a commit 94a06db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/sideMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ IonicModule
$document[0].body.classList.remove('menu-open');
});

}
};
}
};
}]);

0 comments on commit 94a06db

Please sign in to comment.