Closed GoogleCodeExporter closed 9 years ago
I am unable to find use of "window" object in poly2tri.js file :(
Is there use of "window" object for this utility ?
Original comment by mahesh4c...@gmail.com
on 20 Dec 2011 at 12:41
Sorry the actual error is "Uncaught ReferenceError: Namespace is not defined"
Original comment by mahesh4c...@gmail.com
on 20 Dec 2011 at 12:56
I'm sorry the javascript port was not written by any of the authors of this lib
but simply ported by a user. So can't really help you since I've never worked
with javascript myself.
You might try to ask the original javascript porter if he have any insights.
http://code.google.com/p/poly2tri/issues/detail?id=5&can=1
Original comment by thahlen@gmail.com
on 20 Dec 2011 at 11:39
Original comment by thahlen@gmail.com
on 5 Jan 2012 at 11:03
got workaround for this:
remove the use of "Namespace"; instead use like MyNameSpace = MyNameSpace || {};
this solves the issue.
Original comment by mahesh4c...@gmail.com
on 6 Jan 2012 at 5:15
Thanks for posting the solution to your problem :)
Original comment by thahlen@gmail.com
on 6 Jan 2012 at 11:08
see change in issue 68 : Namespace.js dependency is now optional
Original comment by remi.tur...@gmail.com
on 14 Mar 2013 at 8:51
Original issue reported on code.google.com by
mahesh4c...@gmail.com
on 20 Dec 2011 at 12:39