Revision 71:7dde618cb775 src/pithos/content/operations.js

b/src/pithos/content/operations.js
126 126
        if ( vfs.isRemoteResource(source) ) {
127 127
            var req = connection_obj.rest_request_get_inline_async(source,params,destination);
128 128
			current_request = req;
129
			// Do not return anything as this is an async event		
129
			// Do not return anything as this is an async event
130 130
        } else if ( vfs.isLocalResource(source) ) {
131 131
            return loadBinaryFile(source);
132 132
        }
133
		
134 133
	} else if ( vfs.isLocalResource(source) && vfs.isLocalResource(destination) ) {
135 134
		try {
136 135
			netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect UniversalFileRead UniversalBrowserRead");

Also available in: Unified diff