Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin committed Jan 3, 2017
1 parent c47e69d commit a756f68
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,9 @@ The `on` method accepts an event type as its first argument and a handler functi
In the NodeJS it might be useful to replace simple built-in storage with something persistent:
```js
RingCentral.SDK.core.Externals.localStorage = Anything;
var sdk = new SDK({
localStorage: whatever
});
```
SDK works with `localStorage` as with a simple object.
Expand Down
6 changes: 5 additions & 1 deletion build/ringcentral.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/ringcentral.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/ringcentral.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ringcentral.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ringcentral",
"version": "3.0.0-rc4",
"version": "3.0.0",
"scripts": {
"clean": "rm -rf build/*",
"build": "npm run clean && ./node_modules/.bin/webpack --display-modules --progress --colors --bail",
Expand Down

0 comments on commit a756f68

Please sign in to comment.