Skip to content

Commit

Permalink
NOOP has to be an array for closure compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm authored Feb 21, 2019
1 parent add7784 commit e351f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/property-effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { sanitizeDOMValue, legacyUndefined, legacyNoBatch } from '../utils/setti
// from multiple properties in the same turn
let dedupeId = 0;

const NOOP = {};
const NOOP = [];

/**
* Property effect types; effects are stored on the prototype using these keys
Expand Down

0 comments on commit e351f4d

Please sign in to comment.