This website requires JavaScript.
Explore
Help
Sign In
GNU
/
easejs
Watch
1
Star
0
Fork
You've already forked easejs
0
Code
Releases
Activity
website
easejs
/
scripts
/
ex
/
interface-3.js
3 lines
74 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Modernize syntax of examples on index page We still support ES3 (as long as an ES3 syntax is used, obviously), but let's not make ourselves look ancient and irrelevant.
2017-10-31 23:09:36 -04:00
const
inst
=
ConcreteFilesystem
(
)
;
Initial redesign providing a more informative About page Not yet complete, but it's a start.
2012-05-05 14:09:27 -04:00
Class
.
isA
(
Filesystem
,
inst
)
;
// true