| Index: sky/specs/script.md
|
| diff --git a/sky/specs/script.md b/sky/specs/script.md
|
| index 15e0cdb759ab838f750a2d324175d70c57081407..27b45ba7634589a18035e76da51dcbbbc615ab7d 100644
|
| --- a/sky/specs/script.md
|
| +++ b/sky/specs/script.md
|
| @@ -1,4 +1,4 @@
|
| -SKY SCRIPT LANGUAGE
|
| +Sky Script Language
|
| ===================
|
|
|
| The Sky script language is JavaScript, with strict mode enabled.
|
| @@ -8,3 +8,5 @@ with the following changes:
|
|
|
| - An additional property, with the "global", whose value is the
|
| global object itself.
|
| +
|
| +The getOwnPropertyKeys() method is removed.
|
|
|