Skip to content

Commit

Permalink
Webstorm @#$#@%@#
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Feb 10, 2017
1 parent f45ec73 commit ae4fe0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/tiny-lru.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright 2017
* @license BSD-3-Clause
* @link https://github.com/avoidwork/tiny-lru
* @version 1.4.4
* @version 1.4.6
*/
"use strict";

Expand Down Expand Up @@ -149,7 +149,7 @@
};
}

if (this.first) {
if (this.has(this.first)) {
this.cache[this.first].next = key;
}

Expand Down
2 changes: 1 addition & 1 deletion lib/tiny-lru.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright 2017
* @license BSD-3-Clause
* @link https://github.com/avoidwork/tiny-lru
* @version 1.4.5
* @version 1.4.6
*/
"use strict";

Expand Down
2 changes: 1 addition & 1 deletion lib/tiny-lru.min.js.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tiny-lru",
"description": "Tiny LRU cache for Client or Server",
"version": "1.4.5",
"version": "1.4.6",
"homepage": "https://github.com/avoidwork/tiny-lru",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down

0 comments on commit ae4fe0a

Please sign in to comment.