mirror of
				https://github.com/lxsang/antos-frontend.git
				synced 2025-10-31 02:15:47 +01:00 
			
		
		
		
	fix stuff
This commit is contained in:
		| @@ -24,7 +24,7 @@ this.OS.API.VFS = | |||||||
|         return self.OS.API.VFS.handlers[protos] = cls # if typeof protos is "string" |         return self.OS.API.VFS.handlers[protos] = cls # if typeof protos is "string" | ||||||
|         #_API.VFS.handlers[v] = cls for v in protos |         #_API.VFS.handlers[v] = cls for v in protos | ||||||
|     findHandlers: (proto) -> |     findHandlers: (proto) -> | ||||||
|         l = (v for k, v of _API.VFS.handlers when proto.match (new RegExp k , "g")) |         l = (v for k, v of _API.VFS.handlers when proto.trim().match (new RegExp k , "g")) | ||||||
|         return l |         return l | ||||||
|  |  | ||||||
| class BaseFileHandler | class BaseFileHandler | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user