Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
luoye-fe committed Apr 29, 2017
1 parent b38eccd commit b242d90
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
26 changes: 15 additions & 11 deletions dist/dom-inspector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added document/dom-inspector.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions test/temp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function log() {
const args = [...arguments].pop();
return console.log.call(this, arguments[0], args);
}

log('Target element is not found. Warning function name:%c getXPath', 'color: #ff5151');

0 comments on commit b242d90

Please sign in to comment.