Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このエラーメッセージが表示され、どこを探すべきかわかりません。そのonfirefox18.02 firebugはそのonを言います:kinetic.min.js(1行目)バージョン4.3.3
事前にヒントを求めてください。
キャンバスに何かを描くときは、キャッチされない例外があります。
デバッグ専用にkinetic.min.jsを変更してからhttp://www.html5canvastutorials.com/libraries/kinetic-v4.3.3-beta.js、コードをtry/catchでラップしてエラーをキャッチします。
http://www.html5canvastutorials.com/libraries/kinetic-v4.3.3-beta.js
try { .... your code here .... } catch(err) { console.log(err); console.trace(); }