Skip to content

Commit

Permalink
removed types
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Apr 20, 2015
1 parent 2b24f32 commit 026db88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/GeometryLoader.js
Expand Up @@ -324,7 +324,7 @@ function GeometryLoader(bimServerApi, models, viewer) {
};

this.setLoadRevision = function(roid) {
o.options = {type: "revision", roid: roid, types: types};
o.options = {type: "revision", roid: roid};
};

this.setLoadTypes = function(roid, schema, types) {
Expand Down

0 comments on commit 026db88

Please sign in to comment.