This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
600076b46d
electron
/
spec
/
fixtures
/
module
/
function-with-properties.js
10 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Remove lint from fixtures
2016-08-16 17:54:16 +00:00
function
foo
(
)
{
}
Add failing spec for remote function with properties
2016-08-16 16:24:38 +00:00
foo
.
bar
=
'baz'
Support remote function properties
2016-08-16 17:37:51 +00:00
foo
.
nested
=
{
prop
:
'yes'
}
Add failing spec for remote function with properties
2016-08-16 16:24:38 +00:00
module
.
exports
=
{
foo
:
foo
}
Reference in a new issue
Copy permalink