ajvincent / es-membrane

An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled effects on the original objects.
111 stars 13 forks source link

Failed test on static site #182

Closed ajvincent closed 6 years ago

ajvincent commented 6 years ago

"use strict" in the all-specs.js file turned a passing test into a failing one.

ajvincent commented 6 years ago

Fixed