diff options
| author | Daniel Luz | 2012-09-06 10:45:24 -0300 | 
|---|---|---|
| committer | Misko Hevery | 2012-09-11 15:11:01 -0700 | 
| commit | 7fa391c9790bc4e73c2295c6a7a9084db78e18a7 (patch) | |
| tree | 768aa4bf03fc877fea02bd095405d4bf78e40714 /src/ng/cacheFactory.js | |
| parent | b01c28c9004a693f6990ed0b44738ddd0c8fc241 (diff) | |
| download | angular.js-7fa391c9790bc4e73c2295c6a7a9084db78e18a7.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() { | 
