JS: replace noImpl with definedExternally in hand-written stdlib

This commit is contained in:
Alexey Andreev
2017-01-23 16:39:31 +03:00
parent c05870b461
commit 5243b451f7
15 changed files with 63 additions and 65 deletions
@@ -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