shouldUpdate()

in src/classic/createBootstrapper.js [81:85]


	shouldUpdate(node) {
		if (this._shouldUpdateProxy) {
			this._shouldUpdateProxy(node);
		}
	}