Using custom built VIE w/ views/EntityView.js but w/o CollectionView.js triggers error
Closed this issue · 0 comments
frega commented
Using a custom build of VIE bundling only the views/EntityView.js triggers this error: "Uncaught TypeError: Expecting a function in instanceof check, but got [object Object]" on this line: https://github.com/bergie/create/blob/master/src/jquery.Midgard.midgardEditable.js#L228
One way to fix that is to add a guard (if (this.vie.view && this.vie.view.Collection)) before L227.