Initial version of the automatically generated docs

This commit is contained in:
Christopher Chedeau
2015-02-12 14:43:41 -08:00
parent 2f322bf895
commit 70f28332b6
10 changed files with 165 additions and 197 deletions

View File

@@ -26,7 +26,7 @@ var queue = (function() {
is_executing = true;
fn(function() {
is_executing = false;
execute()
execute();
});
}
return {push: push};