Skip to content

Commit

Permalink
Merge 745f6f6 into 1ecbbcb
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Mar 19, 2019
2 parents 1ecbbcb + 745f6f6 commit dffbe0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ node_modules
.jshintignore
coverage/
docs/
reports/
assets/
theme/
wd/doc/
wd/test/
Expand Down
2 changes: 1 addition & 1 deletion lib/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const extendsMixIn = wd => {
(function() {
var element = window.__macaca_current_element;
var setValue = Object.getOwnPropertyDescriptor(
window.HTMLInputElement.prototype,
window[element.constructor.name].prototype,
'value'
).set;
setValue.call(element, ${safeQuote(value)});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-wd",
"version": "3.1.0",
"version": "3.2.0",
"description": "Macaca wd client",
"keywords": [
"macaca",
Expand Down

0 comments on commit dffbe0c

Please sign in to comment.