Skip to content

Commit

Permalink
Keep webdriverjs es5 strict mode compatible.
Browse files Browse the repository at this point in the history
A follow up to commit c8b388a
  • Loading branch information
sevaseva committed Jul 21, 2015
1 parent d428670 commit 884c31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/webdriver/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ js_binary(name = "webdriver",
"--jscomp_error=undefinedVars",
"--jscomp_error=unknownDefines",
"--jscomp_error=uselessCode",
"--jscomp_error=useOfGoogBase",
"--jscomp_error=visibility",
"--output_wrapper='(function(exports){%output%})(typeof exports===typeof {}&&exports===this?exports:this.webdriver=this.webdriver||{})'",
"--third_party=false",
Expand Down

0 comments on commit 884c31a

Please sign in to comment.