6
modules/angular2/test/services/rectangle_mock.dart
Normal file
6
modules/angular2/test/services/rectangle_mock.dart
Normal file
@ -0,0 +1,6 @@
|
||||
import 'dart:html';
|
||||
|
||||
Rectangle createRectangle(left, top, width, height) {
|
||||
return new Rectangle(left, top, width, height);
|
||||
}
|
||||
|
Reference in New Issue
Block a user