blob: e7903b0f46b4ed31556b276289d17c0a29f2f642 [file] [log] [blame]
'use strict';
var util = require('./util');
module.exports = SchemaObject;
function SchemaObject(obj) {
util.copy(obj, this);
}