cancels events blocking that was enabled by the 'blockEvent' command
$$('mylist').blockEvent(); $$('mylist').add({ text:'abc'}); //will not trigger any events $$('mylist').unblockEvent();