We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3676b34 commit a1c53caCopy full SHA for a1c53ca
src/av.js
@@ -205,7 +205,7 @@ AV._getValue = function(object, prop) {
205
* is set, then none of the AV Objects that are serialized can be dirty.
206
* @private
207
*/
208
-AV._encode = function(value, seenObjects, disallowObjects, full) {
+AV._encode = function(value, seenObjects, disallowObjects, full = true) {
209
if (value instanceof AV.Object) {
210
if (disallowObjects) {
211
throw new Error("AV.Objects not allowed here");
0 commit comments