Skip to content

Commit ce16629

Browse files
committed
move obs above setimmediate
1 parent 7056a45 commit ce16629

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lib/polyfills.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@
5454
"http://kangax.github.io/compat-table/es6/"
5555
]
5656
},
57+
{
58+
"name": "objectobserve",
59+
"shortName": "obs",
60+
"url": "/jdarling/Object.observe/master/Object.observe.poly.js",
61+
"repo": "jdarling/Object.observe",
62+
"features": [
63+
"Object.observe()"
64+
],
65+
"sources": [
66+
"http://kangax.github.io/compat-table/es7/"
67+
]
68+
},
5769
{
5870
"name": "setimmediate",
5971
"shortName": "si",
@@ -169,18 +181,6 @@
169181
"http://caniuse.com/requestanimationframe"
170182
]
171183
},
172-
{
173-
"name": "objectobserve",
174-
"shortName": "obs",
175-
"url": "/jdarling/Object.observe/master/Object.observe.poly.js",
176-
"repo": "jdarling/Object.observe",
177-
"features": [
178-
"Object.observe()"
179-
],
180-
"sources": [
181-
"http://kangax.github.io/compat-table/es7/"
182-
]
183-
},
184184
{
185185
"name": "eventsource",
186186
"shortName": "es",

0 commit comments

Comments
 (0)