Files
angular-docs-cn/modules/@angular/platform-browser/test/browser/rectangle_mock.ts
T

4 lines
99 B
TypeScript
Raw Normal View History

2015-04-06 21:45:54 +02:00
export function createRectangle(left, top, width, height) {
return {left, top, width, height};
}