Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 31, 2018
1 parent 46dcc45 commit 00087b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addStylesClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function applyToTag (styleElement, obj) {
styleElement.setAttribute('media', media)
}
if (options.ssrId) {
styleElement.setAttribute(ssridKey, obj.id)
styleElement.setAttribute(ssrIdKey, obj.id)
}

if (sourceMap) {
Expand Down

0 comments on commit 00087b7

Please sign in to comment.