Skip to content

Commit

Permalink
Use consistent quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 1, 2014
1 parent 1f1733a commit 1a6e347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
'use strict';

var _toString = Object.prototype.toString;
var regexType = '[object RegExp]';
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
'use strict';

var test = require('tape');
var isRegex = require('./');
Expand Down

0 comments on commit 1a6e347

Please sign in to comment.