Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Jan 27, 2016
1 parent 243019b commit 0d04fc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

module.exports = function(bimServerApi, poid, roid, schema) {
var othis = this;

var BimServerApiPromise = require("./bimserverapipromise.js");

othis.schema = schema;
othis.bimServerApi = bimServerApi;
othis.poid = poid;
Expand Down

0 comments on commit 0d04fc8

Please sign in to comment.