value: function shouldUpdate()

in lib/classic/createBootstrapper.js [104:108]


		value: function shouldUpdate(node) {
			if (this._shouldUpdateProxy) {
				this._shouldUpdateProxy(node);
			}
		}