Skip to content

Commit

Permalink
releasing with new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatoum committed Nov 12, 2014
1 parent 7524921 commit dbf8023
Show file tree
Hide file tree
Showing 13 changed files with 1,702 additions and 1,063 deletions.
6 changes: 3 additions & 3 deletions docs/api.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/main.css
Expand Up @@ -98,7 +98,7 @@ code, kbd, pre, samp {
line-height: 1.35;
}

p code, p kbd, p samp {
p code, p kbd, p samp, li code {
background: #FCFBFA;
border: 1px solid #EFEEED;
padding: 0 3px;
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/js/apidocs.js
Expand Up @@ -284,7 +284,7 @@ pjax.handleClasses = function (req, res, next) {
var status = res.ioResponse.status;

// Handles success and local filesystem XHRs.
if (!status || (status >= 200 && status < 300)) {
if (res.ioResponse.readyState === 4 && (!status || (status >= 200 && status < 300))) {
pjax.initClassTabView();
}

Expand All @@ -295,7 +295,7 @@ pjax.handleFiles = function (req, res, next) {
var status = res.ioResponse.status;

// Handles success and local filesystem XHRs.
if (!status || (status >= 200 && status < 300)) {
if (res.ioResponse.readyState === 4 && (!status || (status >= 200 && status < 300))) {
pjax.initLineNumbers();
}

Expand Down
172 changes: 149 additions & 23 deletions docs/classes/FileCopier.html

Large diffs are not rendered by default.

398 changes: 193 additions & 205 deletions docs/classes/Meteor.methods.html

Large diffs are not rendered by default.

174 changes: 150 additions & 24 deletions docs/classes/Velocity.html

Large diffs are not rendered by default.

680 changes: 169 additions & 511 deletions docs/data.json

Large diffs are not rendered by default.

469 changes: 290 additions & 179 deletions docs/files/core.js.html

Large diffs are not rendered by default.

172 changes: 149 additions & 23 deletions docs/files/default-fixture.js.html

Large diffs are not rendered by default.

172 changes: 149 additions & 23 deletions docs/files/lib_FileCopier.js.html

Large diffs are not rendered by default.

172 changes: 149 additions & 23 deletions docs/files/lib_meteor_files.js.html

Large diffs are not rendered by default.

172 changes: 149 additions & 23 deletions docs/index.html

Large diffs are not rendered by default.

172 changes: 149 additions & 23 deletions docs/modules/Velocity.html

Large diffs are not rendered by default.

0 comments on commit dbf8023

Please sign in to comment.