Skip to content

Commit

Permalink
Merge pull request #33 from silverwind/dataview-global
Browse files Browse the repository at this point in the history
Move 'DataView' to builtin
  • Loading branch information
sindresorhus committed Jun 2, 2015
2 parents 6204314 + fd33d17 commit f047bd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"ArrayBuffer": false,
"Boolean": false,
"constructor": false,
"DataView": false,
"Date": false,
"decodeURI": false,
"decodeURIComponent": false,
Expand Down Expand Up @@ -87,7 +88,6 @@
"crypto": false,
"CSS": false,
"CustomEvent": false,
"DataView": false,
"Debug": false,
"defaultStatus": false,
"devicePixelRatio": false,
Expand Down Expand Up @@ -460,7 +460,6 @@
"clearInterval": false,
"clearTimeout": false,
"console": false,
"DataView": false,
"exports": true,
"GLOBAL": false,
"global": false,
Expand Down

0 comments on commit f047bd0

Please sign in to comment.