Browse Source

Testcase typo and other trivia fixes

pull/113/head
Sami Vaarala 10 years ago
parent
commit
e57da742ac
  1. 2
      ecmascript-testcases/test-dev-sandbox-prototype-limitation.js

2
ecmascript-testcases/test-dev-sandbox-prototype-limitation.js

@ -1,7 +1,7 @@
/* /*
* There is currently (Duktape 1.0) no way to prevent user code from * There is currently (Duktape 1.0) no way to prevent user code from
* accessing built-in prototype objects through plain values. For * accessing built-in prototype objects through plain values. For
* example, a plain string implicitly inherites from the original * example, a plain string implicitly inherits from the original
* String.prototype. * String.prototype.
*/ */

Loading…
Cancel
Save