Skip to content

Commit

Permalink
Rename scanner.js to Scanner.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed Jan 5, 2016
1 parent b062da9 commit 15067c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner.js → Scanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ Scanner.scanUntil = function (start, delta, matchColor, inverted, iterLimit) {


// Export the module
module.exports = Scanner;
module.exports = Scanner;

0 comments on commit 15067c9

Please sign in to comment.