[apis] add 2.1

This commit is contained in:
spalger
2015-10-19 10:48:02 -07:00
parent 50e0d8939a
commit 59d14bcbe2
8 changed files with 10763 additions and 2 deletions

View File

@ -12,7 +12,7 @@ var utils = {
branches: [].concat(stable, unstable),
stableBranches: stable,
unstableBranches: unstable,
browserBranches: stable.slice(0, 3),
browserBranches: stable.slice(0, 5),
};
utils.branches._default = pkg.config.default_api_branch;