Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Mar 7, 2016
1 parent 41dbee6 commit d171130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
// Refactor citation data for keyed access
var citations = {};
var itemIDs = [];
for (var i=0,ilen-citationData.items.length;i<ilen;i++) {
for (var i=0,ilen=citationData.items.length;i<ilen;i++) {
var id = citationData.items[i].id;
citations[id] = citationData.items[i];
itemIDs.push(id);
Expand Down

0 comments on commit d171130

Please sign in to comment.