Sign in
webkit
/
WebKit
/
00d9c36630c3b100532e86e2616da21d7c5e504a
/
.
/
JSTests
/
modules
/
defaults
/
Cocoa.js
blob: f94a96c1f529f12118a27732cbb7e17c836b11a8 [
file
] [
log
] [
blame
]
export
default
class
Cocoa
{
constructor
()
{
this
.
taste
=
'awesome'
;
}
}