Add m.prop (#2268)

Fixes #2095
This commit is contained in:
Isiah Meadows 2018-11-07 12:18:55 -05:00 committed by GitHub
parent 75626b30db
commit 6042b001f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 203 additions and 1 deletions

View file

@ -8,8 +8,10 @@
<script src="../../ospec/ospec.js"></script>
<script src="../../util/withAttr.js"></script>
<script src="../../util/prop.js"></script>
<script src="test-withAttr.js"></script>
<script src="test-prop.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>
</html>