angular/karma-mock-annotations.js
2014-09-28 20:02:32 -07:00

7 lines
207 B
JavaScript

// TODO: Remove these annotations in the JS traceur build as they are only needed in Dart
window.FIELD = function() {};
window.IMPLEMENTS = function() {};
window.CONST = function() {};
window.List = Array;