Fix JS build, take 1
diff --git a/js/BUILD b/js/BUILD
index 49c1728..cb5ca02 100644
--- a/js/BUILD
+++ b/js/BUILD
@@ -25,6 +25,7 @@
     srcs = ["decode.js"],
     suppress = [
         "JSC_DUP_VAR_DECLARATION",
+        "JSC_INVALID_OCTAL_LITERAL",
         "JSC_USELESS_BLOCK",
     ],
     deps = [":polyfill"],
diff --git a/js/decode.js b/js/decode.js
index 483579e..c010fd6 100644
--- a/js/decode.js
+++ b/js/decode.js
@@ -2241,7 +2241,7 @@
 
   /**
    * @param {!Int8Array} bytes
-   * @param {Options=}
+   * @param {Options=} options
    * @return {!Int8Array}
    */
   function decode(bytes, options) {