JS: replace noImpl with definedExternally in hand-written stdlib
This commit is contained in:
@@ -4,5 +4,5 @@ package QUnit
|
||||
* The [QUnit](http://qunitjs.com/) API
|
||||
*/
|
||||
|
||||
external fun ok(actual: Boolean, message: String?): Unit = noImpl
|
||||
external fun ok(actual: Boolean, message: String?): Unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user