diff options
| author | Daniel Luz | 2012-09-06 10:45:24 -0300 |
|---|---|---|
| committer | Misko Hevery | 2012-09-11 16:19:43 -0700 |
| commit | eba64e1f310d11bd772c2ee65e67563f6a258401 (patch) | |
| tree | ebc78c4ea0054bdffe610430e2f9d13cdd1e0d5e /src/ng/cacheFactory.js | |
| parent | 81dd1df1b190c9e84144e3c59199efbb9b261e23 (diff) | |
| download | angular.js-eba64e1f310d11bd772c2ee65e67563f6a258401.tar.bz2 | |
docs($cacheFactory): fix backquotes on method descriptions
Diffstat (limited to 'src/ng/cacheFactory.js')
| -rw-r--r-- | src/ng/cacheFactory.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index de8004f2..850d48f2 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -15,10 +15,10 @@ * * - `{object}` `info()` — Returns id, size, and options of cache. * - `{void}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache. - * - `{{*}} `get({string} key) — Returns cached value for `key` or undefined for cache miss. - * - `{void}` `remove({string} key) — Removes a key-value pair from the cache. - * - `{void}` `removeAll() — Removes all cached values. - * - `{void}` `destroy() — Removes references to this cache from $cacheFactory. + * - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss. + * - `{void}` `remove({string} key)` — Removes a key-value pair from the cache. + * - `{void}` `removeAll()` — Removes all cached values. + * - `{void}` `destroy()` — Removes references to this cache from $cacheFactory. * */ function $CacheFactoryProvider() { |
