Browse code

fixed a typo

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ReportingTools@81034 bc3139a8-67e5-0310-9ffc-ced21a209358

Jessica Larson authored on 02/10/2013 00:20:06
Showing 1 changed files

... ...
@@ -2,7 +2,7 @@
2 2
 \alias{custHeaderPanel}
3 3
 \title{Define a header panel with custom JS/CSS for a Shiny app}
4 4
 \usage{
5
-    custHeaderPanel(title, window, windowTitle = title, js = NULL, css = NULL) 
5
+    custHeaderPanel(title, windowTitle = title, js = NULL, css = NULL) 
6 6
 }
7 7
 \arguments{
8 8
   \item{title}{Title of the shiny app}