Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-f committed Aug 27, 2017
1 parent e4765cd commit 8b12a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions popup-app/html.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-env browser */
// from http://2ality.com/2015/01/template-strings-html.html
export const html = (literals, ...substs) =>
literals.raw.reduce((acc, lit, i) => {
Expand Down

0 comments on commit 8b12a4c

Please sign in to comment.