Emilio Olivares

Results 1 comments of Emilio Olivares

MikeAmy's solution above also fixed my issue of "data" being undefined. Insert the if block: ``` javascript if (!data) { data = $.data( this, str_data, {}) } ``` after line...