nitdoc: fix github api plugin following spec changes
authorAlexandre Terrasa <alexandre@moz-code.org>
Sat, 1 Feb 2014 07:36:58 +0000 (02:36 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Sat, 1 Feb 2014 19:26:23 +0000 (14:26 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

share/nitdoc/scripts/Nitdoc.GitHub.js

index 37f4104..cdd1b6a 100644 (file)
@@ -572,7 +572,7 @@ Nitdoc.GitHub.API = function() {
                                base_tree: baseTree.sha,\r
                                tree: [{\r
                                        path: path,\r
-                                       mode: 100644, // file (blob)\r
+                                       mode: "100644", // file (blob)\r
                                        type: "blob",\r
                                        sha: blob.sha\r
                                }]\r