opensourceBIM / BIMserver-JavaScript-API

BIMserver JavaScript API
GNU Lesser General Public License v3.0
55 stars 35 forks source link

file is not defined #18

Closed geohuz closed 6 years ago

geohuz commented 6 years ago

The bimserverclient.js has a bug at line 849,

file.type = schema.contentType;

There is no file variable defined in the scope.

rubendel commented 6 years ago

Thanks