mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-19 15:29:51 +02:00
minor fix
This commit is contained in:
@ -29,7 +29,7 @@ class BasicFileHandler
|
||||
setPath: (p) ->
|
||||
@ready = false
|
||||
return unless p
|
||||
@path = p
|
||||
@path = p.toString()
|
||||
list = @path.split ":///"
|
||||
@protocol = list[0]
|
||||
return unless list.length > 1
|
||||
|
Reference in New Issue
Block a user