mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: fix a typo
This commit is contained in:
parent
b7361d00aa
commit
c1f76aec3a
@ -34,7 +34,7 @@ pub fn new_manager() *AssetManager {
|
||||
return &AssetManager{}
|
||||
}
|
||||
|
||||
// add_js adds a css asset
|
||||
// add_css adds a css asset
|
||||
pub fn (am mut AssetManager) add_css(file string) bool {
|
||||
return am.add('css', file)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user