missed a semi-colon
This commit is contained in:
@ -11,7 +11,7 @@ var app = function() {
|
|||||||
sideBarLeftInit();
|
sideBarLeftInit();
|
||||||
window.onresize = function(){
|
window.onresize = function(){
|
||||||
sideBarLeftInit();
|
sideBarLeftInit();
|
||||||
}
|
};
|
||||||
closePanel();
|
closePanel();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user