aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-06-23 14:04:57 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-06-23 14:04:57 -0700
commit8c6578568956816cbb518584cbfa1321587727a7 (patch)
tree378335ee5df64d1d8f6de5046dafd4a516a4687a
parent5b8fcfe4bd557899867605d24bcd4745e5819dc0 (diff)
remove unneeded assertion
-rw-r--r--src/webGLClient.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webGLClient.js b/src/webGLClient.js
index 3b2a1f08..397cfa8c 100644
--- a/src/webGLClient.js
+++ b/src/webGLClient.js
@@ -184,7 +184,6 @@ function WebGLClient() {
while (i < len) {
var info = calls[buffer[i++]];
var name = info.name;
- assert(typeof name === 'string');
info.func(name);
//var err;
//while ((err = ctx.getError()) !== ctx.NO_ERROR) {