Annotation repetition checking with a pair of tests, some old tests changes
This commit is contained in:
@@ -62,12 +62,10 @@ public fun jq(selector: String): JQuery = JQuery();
|
||||
native("$")
|
||||
public fun jq(selector: String, context: Element): JQuery = JQuery();
|
||||
native("$")
|
||||
native("$")
|
||||
public fun jq(callback: () -> Unit): JQuery = JQuery();
|
||||
native("$")
|
||||
public fun jq(obj: JQuery): JQuery = JQuery();
|
||||
native("$")
|
||||
public fun jq(el: Element): JQuery = JQuery();
|
||||
native("$")
|
||||
native("$")
|
||||
public fun jq(): JQuery = JQuery();
|
||||
|
||||
Reference in New Issue
Block a user