Question about errors

155 views
Skip to first unread message

001

unread,
May 18, 2012, 2:48:26 PM5/18/12
to Tangle Talk
Brett, thanks a bunch for the Tangle library! I'm just getting started
and I've noticed these two errors when running the tutorial:

BVTouchable.js:11 Uncaught ReferenceError: Class is not defined
TangleKit.js:206 Uncaught ReferenceError: BVTouchable is not
defined

Any advice for correcting these?

Much appreciated!

sveshniko...@gmail.com

unread,
Nov 13, 2012, 4:49:33 PM11/13/12
to tangl...@googlegroups.com, skre...@gmail.com
Be sure to bring in the source files in the correct order.  I.e.,
 
<script type="text/javascript" src="Tangle.js"></script>
<link rel="stylesheet" href="TangleKit/TangleKit.css" type="text/css">
<script type="text/javascript" src="TangleKit/mootools.js"></script>
<script type="text/javascript" src="TangleKit/sprintf.js"></script>
<script type="text/javascript" src="TangleKit/BVTouchable.js"></script>
<script type="text/javascript" src="TangleKit/TangleKit.js"></script>
 
Matt

sva...@gmail.com

unread,
Dec 24, 2013, 4:38:13 PM12/24/13
to tangl...@googlegroups.com, skre...@gmail.com, sveshniko...@gmail.com
Thanks a lot. :-)
Reply all
Reply to author
Forward
0 new messages