Fixed comment
This commit is contained in:
parent
4b6490e037
commit
6f26f75064
@ -73,8 +73,8 @@ widgetFileReload x = combine "widgetFileReload" x
|
|||||||
, whenExists x True "lucius" luciusFileReload
|
, whenExists x True "lucius" luciusFileReload
|
||||||
]
|
]
|
||||||
|
|
||||||
widgetFileJsCss :: (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("cassius", cassiusFileReload)
|
widgetFileJsCss :: (String, FilePath -> Q Exp) -- ^ JavaScript file extenstion and loading function. example: ("julius", juliusFileReload)
|
||||||
-> (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("julius", juliusFileReload)
|
-> (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("cassius", cassiusFileReload)
|
||||||
-> FilePath -> Q Exp
|
-> FilePath -> Q Exp
|
||||||
widgetFileJsCss (jsExt, jsLoad) (csExt, csLoad) x = combine "widgetFileJsCss" x
|
widgetFileJsCss (jsExt, jsLoad) (csExt, csLoad) x = combine "widgetFileJsCss" x
|
||||||
[ whenExists x False "hamlet" whamletFile
|
[ whenExists x False "hamlet" whamletFile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user