Skip to content

Commit

Permalink
fix(docs): Close example closure
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiscowper committed Dec 14, 2015
1 parent b186e0b commit 56234d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ document.addEventListener('click', function(e) {
var elementWithStyles = getFontStyles(target);

console.log(elementWithStyles);
});

/*
{ element: <div id="test1" style="font-family: Helvetica; font-size: 16px; font-weight: 400; font-style: normal;"></div>,
Expand Down

0 comments on commit 56234d2

Please sign in to comment.