Firefox OS 用のアプリを開発しました。これはパッケージ化されたアプリで、jquery を使用します。jquery JavaScript ファイルはローカルの js ディレクトリに保存されます。Mozilla Marketplace に送信すると、アプリのバリデーターで次のエラーが表示されます。
`handleEvent` no longer implemented in Gecko 18.
Error: As of Gecko 18, objects with `handleEvent` methods may no longer be assigned to `on*` properties. Doing so will be equivalent to assigning `null` to the property.
js/jquery-1.9.0.min.js
2 ... :function(e,t,n){return st.dir(e,"parentNode",n)},next:function(e){return
3 c(e,"nextSibling")},prev:function(e){return c(e,"previousSibling")
4 ... c,f,p;try{if(r&&(i||4===u.readyState))if(r=t,a&&(u.onreadystatechange=st.noop,Gn&&delete Vn[a]),i)4!==u.readyState&&u.abort();else{f={},s=u. ...
//@ sourceMappingURL=jquery.min.map
この問題を整理するための助けをいただければ幸いです