mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Upgrade to theorist 0.12.0 to remove dependence on harmony proxies
They're turning out to cause instability in the current version of v8 or atom-shell. Perhaps we can revisit this after the upgrade to chromium 31. Once we have Object.observe, we could at least throw an exception when someone assigns a sequence index directly via ::[] or assigns to ::length.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
"temp": "0.5.0",
|
||||
"text-buffer": "0.12.0",
|
||||
"underscore-plus": "0.6.1",
|
||||
"theorist": "~0.11.0",
|
||||
"theorist": "~0.12.0",
|
||||
"delegato": "~0.4.0",
|
||||
"mixto": "~0.4.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user