Index: samples/o3d-webgl/raw_data.js |
=================================================================== |
--- samples/o3d-webgl/raw_data.js (revision 55159) |
+++ samples/o3d-webgl/raw_data.js (working copy) |
@@ -33,14 +33,14 @@ |
/** |
* A RawData object contains raw binary data which could contain |
* image, audio, text, or other information. |
- * |
+ * |
* var request = g_pack.createArchiveRequest(); |
- * |
+ * |
* request.onfileavailable = function(rawData) { |
* var texture = g_pack.createTextureFromRawData(rawData, true); |
* ... |
* }; |
- * |
+ * |
* request.send(); |
* @constructor |
*/ |