Add goog.provides and goog.requires
This commit is contained in:
@@ -38,6 +38,15 @@
|
||||
// require libtess.PriorityQ
|
||||
/*global libtess */
|
||||
|
||||
goog.provide('libtess.sweep');
|
||||
goog.require('libtess');
|
||||
goog.require('libtess.ActiveRegion');
|
||||
goog.require('libtess.Dict');
|
||||
goog.require('libtess.GluVertex');
|
||||
goog.require('libtess.PriorityQ');
|
||||
goog.require('libtess.geom');
|
||||
goog.require('libtess.mesh');
|
||||
|
||||
// TODO(bckenny): a number of these never return null (as opposed to original) and should be typed appropriately
|
||||
|
||||
/*
|
||||
@@ -70,10 +79,6 @@
|
||||
* when it is necessary.)
|
||||
*/
|
||||
|
||||
libtess.sweep = function() {
|
||||
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Make the sentinel coordinates big enough that they will never be
|
||||
|
||||
Reference in New Issue
Block a user