We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e371ac6 commit 2030c85Copy full SHA for 2030c85
src/resource-manager/resource_service.js
@@ -525,7 +525,7 @@ cls.ResourcePrototype = function()
525
{
526
if (this.mime.toLowerCase() == "application/octet-stream")
527
528
- this.type = cls.ResourceUtil.extension_type_map[this.url.extension];
+ this.type = cls.ResourceUtil.extension_type_map[this.extension];
529
}
530
if (!this.type)
531
0 commit comments