Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Aug 25, 2017
1 parent d0d75b6 commit b6a1efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/innerText.js
@@ -1,7 +1,9 @@
export default function innerText(node) {

if (window.navigator.userAgent.toLowerCase().indexOf('firefox') !== -1) {
console.log('1', node.innerContent);
return node.innerContent;
}
console.log('2');
return node.innerText;
}

0 comments on commit b6a1efa

Please sign in to comment.