This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
36a423fac8
angular-docs-cn
/
modules
/
angular2
/
test
/
platform
/
browser
/
rectangle_mock.ts
4 lines
99 B
TypeScript
Raw
Blame
History
export
function
createRectangle
(
left
,
top
,
width
,
height
)
{
return
{
left
,
top
,
width
,
height
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink