Skip to content

Commit

Permalink
Update browser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Dec 20, 2016
1 parent 6e934e9 commit 78e31a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function formatArgs(args) {
// figure out the correct index to insert the CSS into
var index = 0;
var lastC = 0;
args[0].replace(/%[a-z%]/g, function(match) {
args[0].replace(/%[a-zA-Z%]/g, function(match) {
if ('%%' === match) return;
index++;
if ('%c' === match) {
Expand Down

0 comments on commit 78e31a8

Please sign in to comment.