Browse Source

ugh node 0.12

better-aggressive
Rich-Harris 9 years ago
parent
commit
b0ecf463a1
  1. 2
      test/function/conditional-definition/env.js

2
test/function/conditional-definition/env.js

@ -1,4 +1,4 @@
let env; var env;
if ( typeof window !== 'undefined' ) { if ( typeof window !== 'undefined' ) {
env = function () { env = function () {

Loading…
Cancel
Save