8 lines
166 B
Haxe
8 lines
166 B
Haxe
package js.html;
|
|
|
|
@:native("MSAssertion") extern class MSAssertion {
|
|
function new();
|
|
final id : String;
|
|
final type : String;
|
|
static var prototype : MSAssertion;
|
|
} |