Add goog.provides and goog.requires
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
// require libtess.GluMesh
|
||||
/*global libtess */
|
||||
|
||||
goog.provide('libtess.render');
|
||||
goog.require('libtess');
|
||||
goog.require('libtess.FaceCount');
|
||||
|
||||
// TODO(bckenny): most of these doc strings are probably more internal comments
|
||||
|
||||
libtess.render = function() {
|
||||
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* [SIGN_INCONSISTENT_ description]
|
||||
|
||||
Reference in New Issue
Block a user