Bower modules updated.
This commit is contained in:
parent
5c341e2e5a
commit
1ee78ab657
140 changed files with 7098 additions and 3713 deletions
9
app/bower_components/es5-shim/CHANGES
vendored
9
app/bower_components/es5-shim/CHANGES
vendored
|
@ -1,3 +1,12 @@
|
|||
4.0.1
|
||||
- Fix legacy arguments object detection in Object.keys (#260)
|
||||
|
||||
4.0.0
|
||||
- No longer shim the ES5-spec behavior of splice when `deleteCount` is omitted - since no engines implement it, and ES6 changes it. (#255)
|
||||
- Use Object.defineProperty where available, so that polyfills are non-enumerable when possible (#250)
|
||||
- lots of internal refactoring
|
||||
- Fixed a bug referencing String#indexOf and String#lastIndexOf before polyfilling it (#253, #254)
|
||||
|
||||
3.4.0
|
||||
- Removed nonstandard SpiderMonkey extension to Array#splice - when `deleteCount` is omitted, it's now treated as 0. (#192, #239)
|
||||
- Fix Object.keys with Arguments objects in Safari 5.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue