File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/scala/io/udash/wrappers/jquery Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ before_script:
17
17
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
18
18
- sudo dpkg -i google-chrome*.deb
19
19
# Install Selenium chromedriver
20
- - wget http://chromedriver.storage.googleapis.com/2.25 /chromedriver_linux64.zip
20
+ - wget http://chromedriver.storage.googleapis.com/2.38 /chromedriver_linux64.zip
21
21
- unzip chromedriver_linux64.zip -d selenium-bin
22
22
- export PATH=$PWD/selenium-bin:$PATH
23
23
Original file line number Diff line number Diff line change 1
1
2
2
name := " udash-jquery"
3
3
4
- version := " 1.1.0 "
4
+ version := " 1.1.1 "
5
5
organization := " io.udash"
6
6
scalaVersion := " 2.12.2"
7
7
crossScalaVersions := Seq (" 2.11.11" , " 2.12.2" )
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ trait JQuery extends js.Object {
140
140
141
141
/** Remove the set of matched elements from the DOM. <br/>
142
142
* See: <a href="http://api.jquery.com/detach/">jQuery Docs</a> */
143
- def detach (selector : Selector ): JQuery = js.native
143
+ def detach (selector : Selector = js.native ): JQuery = js.native
144
144
145
145
/** Remove all child nodes of the set of matched elements from the DOM. <br/>
146
146
* See: <a href="http://api.jquery.com/empty/">jQuery Docs</a> */
You can’t perform that action at this time.
0 commit comments