diff options
Diffstat (limited to 'o3d/samples/o3djs/util.js')
-rw-r--r-- | o3d/samples/o3djs/util.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/samples/o3djs/util.js b/o3d/samples/o3djs/util.js index 563c696..c5cd6e1 100644 --- a/o3d/samples/o3djs/util.js +++ b/o3d/samples/o3djs/util.js @@ -632,6 +632,7 @@ o3djs.util.toAbsoluteUri = function(uri) { /** * The script URIs. + * @private * @type {!Array.<string>} */ o3djs.util.scriptUris_ = []; @@ -669,6 +670,7 @@ o3djs.util.isScriptUri = function(uri) { * Concatenate the text of all the script tags in the document and invokes * the callback when complete. This function is asynchronous if any of the * script tags reference JavaScript through a URI. + * @private * @return {string} The script tag text. */ o3djs.util.getScriptTagText_ = function() { |