Mike Amy
Mike Amy
Hello sir, I am not knowledgeable about ropemacs, I'm just another guy trying to get it to work. In fact I encountered this error and fixed it. In ropemacs/__init__.py, it...
I had changed new_handler but this is probably hacky... ``` javascript ... function new_handler( e, w, h ) { var elem = $(this), data = $.data( this, str_data ); //...
My script was included after jquery but not immediately after.
Maybe this would be better: ``` javascript function new_handler( e, w, h ) { var elem = $(this), data = $.data( this, str_data ); if (!data) { data = $.data(...