missed a semi-colon

This commit is contained in:
diver-sity
2014-09-13 17:22:36 +10:00
parent 5e44298f2b
commit 0f82bd9991

View File

@ -11,7 +11,7 @@ var app = function() {
sideBarLeftInit();
window.onresize = function(){
sideBarLeftInit();
}
};
closePanel();
};