Asma-F's picture
Deploy: fixed React routing + OpenBMB backend
cc13fc9 verified
Raw
History Blame Contribute Delete
133 Bytes
'use strict';
var util = require('./util');
module.exports = SchemaObject;
function SchemaObject(obj) {
util.copy(obj, this);
}