mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
NOOP has to be an array for closure compiler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user