Revision: 1490
http://openautomation.svn.sourceforge.net/openautomation/?rev=1490&view=rev
Author: mayerch
Date: 2013-02-17 13:36:12 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
Try to fix a problem when all source files get concatenated
Modified Paths:
--------------
JSFloorPlan/trunk/lib/poly2tri.js
Modified: JSFloorPlan/trunk/lib/poly2tri.js
===================================================================
--- JSFloorPlan/trunk/lib/poly2tri.js 2013-02-17 13:30:26 UTC (rev 1489)
+++ JSFloorPlan/trunk/lib/poly2tri.js 2013-02-17 13:36:12 UTC (rev 1490)
@@ -1744,7 +1744,7 @@
var newP = NextFlipPoint(ep, eq, ot, op);
poly2tri.sweep.FlipScanEdgeEvent(tcx, ep, eq, flip_triangle, ot, newP);
}
-}
+};
// -----------------------------------------------------------------------------
//Namespace.provide('poly2tri');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|