nitdoc: refactor Nitdoc.GitHub JS module into github/* plugin
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 12 Feb 2014 00:18:21 +0000 (19:18 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 20 Feb 2014 19:11:58 +0000 (14:11 -0500)
commit30c431b59d15f528d1cf4ffc7e35ac38a22905a9
tree012913e4fe4bfb2e89de2531e0fa70b51e958458
parent852623e843c6cd6e24ee6b7e7e556a4309b553b1
nitdoc: refactor Nitdoc.GitHub JS module into github/* plugin

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
share/nitdoc/js/nitdoc.js
share/nitdoc/js/plugins/github.js [new file with mode: 0644]
share/nitdoc/js/plugins/github/commentbox.js [new file with mode: 0644]
share/nitdoc/js/plugins/github/commitbox.js [new file with mode: 0644]
share/nitdoc/js/plugins/github/github_api.js [new file with mode: 0644]
share/nitdoc/js/plugins/github/loginbox.js [new file with mode: 0644]
share/nitdoc/js/plugins/github/modalbox.js [new file with mode: 0644]
share/nitdoc/js/plugins/github/ui.js [new file with mode: 0644]
share/nitdoc/js/plugins/github/user.js [new file with mode: 0644]
share/nitdoc/js/plugins/github/utils.js [new file with mode: 0644]
share/nitdoc/scripts/Nitdoc.GitHub.js [deleted file]