Missing semicolon

This commit is contained in:
Ghislain Lévêque
2014-11-03 11:38:10 +01:00
parent ace95078ed
commit 27452c7818

View File

@@ -25,4 +25,4 @@ $(function() {
$("#page-wrapper").css("min-height", (height) + "px"); $("#page-wrapper").css("min-height", (height) + "px");
} }
}) })
}) });