File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/plot/vega/builder/lib/marks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ function set( value ) {
5353 }
5454 value = copy ( value ) ;
5555 if ( ! hasEqualValues ( value , this [ prop . private ] ) ) {
56- this . _removeChangeListeners ( this [ prop . private ] ) ;
56+ // this._removeChangeListeners( this[ prop.private ] ); // FIXME
5757 debug ( 'Current value: %s. New value: %s.' , JSON . stringify ( this [ prop . private ] ) , JSON . stringify ( value ) ) ;
5858 this [ prop . private ] = value ;
59- this . emit ( 'change' , changeEvent ( prop . name ) ) ;
60- this . _addChangeListeners ( this [ prop . private ] ) ;
59+ // this.emit( 'change', changeEvent( prop.name ) ); // FIXME
60+ // this._addChangeListeners( this[ prop.private ] ); // FIXME
6161 }
6262}
6363
You can’t perform that action at this time.
0 commit comments