Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wojciechowski committed Oct 31, 2016
1 parent 5768796 commit 42163bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/util/script_detection.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

<<<<<<< HEAD
module.exports.allowsIdeographicBreaking = function(chars) {
for (const char of chars) {
if (!exports.charAllowsIdeographicBreaking(char.charCodeAt(0))) {
Expand Down

0 comments on commit 42163bb

Please sign in to comment.