tjwebb / congruence

Validate the structure of Javascript objects using semantic templates. Written as a lodash mixin.
https://npmjs.org/package/congruence
8 stars 1 forks source link

Error when not using as underscore mixin #1

Closed tjwebb closed 10 years ago

tjwebb commented 10 years ago
Unrecoverable exception. Object function (obj) {
    if (obj instanceof _) return obj;
    if (!(this instanceof _)) return new _(obj);
    this._wrapped = obj;
  } has no method 'isObjectStrict'