Add goog.provides and goog.requires

This commit is contained in:
Tom Payne
2013-09-03 11:30:59 +02:00
parent 9be84796c8
commit 1db4750c72
21 changed files with 84 additions and 27 deletions
+4 -4
View File
@@ -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]