Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Object.freeze() |
Fix bug in deep-freeze example: would not completely freeze a partially-frozen object such as obj{frozen: {internal: {}}} where only `frozen` was frozen (`obj` would get frozen, but not `internal`). |