Skip to content

Commit

Permalink
V1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erkie committed Mar 10, 2016
1 parent 9de0b99 commit 1957f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/glimr.min.js

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

4 changes: 2 additions & 2 deletions src/glimr.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}
},

getKeywordTags: function(pixelId) {
getCachedTags: function(pixelId) {
var cachedTags = Glimr._getOrUnmarshalCache(pixelId);
var cacheKey = this.currentArticleCacheKey();

Expand Down Expand Up @@ -169,7 +169,7 @@
Glimr._updateCache(pixelId, data.cache);
}

var cachedTags = Glimr.getKeywordTags(pixelId);
var cachedTags = Glimr.getCachedTags(pixelId);
for (var i = 0; i < cachedTags.length; i += 1) {
if (tags.indexOf(cachedTags[i]) === -1) {
tags.push(cachedTags[i]);
Expand Down

0 comments on commit 1957f1e

Please sign in to comment.