joelwatson / mention-field

A textarea field for Ext JS that supports 'mentions'
3 stars 0 forks source link

Cannot read property 'scope' of undefined #2

Closed sandeepkashyap closed 8 years ago

sandeepkashyap commented 8 years ago

This line: "me.doQuery(rawValue, true, true);"

pops the following error: "Cannot read property 'scope' of undefined"

in the: addListener: function(ename, fn, scope, options, order, caller) { .... .... innerScope = config.scope; // error in this line .... }

joelwatson commented 8 years ago

Thanks for the report--this has been fixed in the 6.0.2 branch.

sandeepkashyap commented 8 years ago

Awesome! Thanks :)