UNPKG

metatype

Version:

a simple bit of code for using objects and prototypes as if you were writing javascript.

11 lines (10 loc) 210 B
<!DOCTYPE html> <html> <head> <title>Test</title> </head> <body> <script type="text/javascript" src="../metatype.js"></script> <script type="text/javascript" src="test.js"></script> </body> </html>