Dart 1.20.1
Firefox 49 running on Ubuntu
I've got a Dart web app. When I run the generated JS in Firefox I get this error:
H.createRuntimeType is not a function
The line in question is:
C.Type_KeyboardEvent_EaM = H.createRuntimeType("KeyboardEvent");
Is this something I'm doing or a bug in dart2js?