docs(localStorage): add demo link

This commit is contained in:
Drew Rygh
2015-12-08 16:31:13 -06:00
parent 360ddd3338
commit 15f0299816

View File

@@ -10,6 +10,8 @@ import {StorageEngine} from './storage';
* by the operating system (iOS).
*
* For guaranteed, long-term storage, use the SqlStorage engine which stores data in a file.
* @demo /docs/v2/demos/local-storage/
* @see {@link /docs/v2/platform/storage/ Storage Platform Docs}
*/
export class LocalStorage extends StorageEngine {
constructor() {