Skip to content

Commit

Permalink
code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Nov 30, 2016
1 parent 7af4cd7 commit de85a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/print.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let defaultParams = {
htmlData: ''
}

let printFriendlyElement, bodyStyle, headerStyle;
let printFriendlyElement, bodyStyle, headerStyle

export function print () {
// check if a printable document or object was supplied
Expand Down

0 comments on commit de85a2a

Please sign in to comment.