//
// app.js
var APP = (function() {
function initialize() {
new Sidebar();
}
//api
return {
initialize: initialize
})();