Diokuz / baron

Native scroll with custom scrollbar
MIT License
776 stars 124 forks source link

get `window` property from global object #167

Closed grabus closed 6 years ago

grabus commented 6 years ago

IIFE which returns this, returns global object. if it is node, global object is not window. but in node, we can create window and add it to global object. so, browser and node may have window property.

p.s. I need baron in node for tests.

Diokuz commented 6 years ago

Good point!

Diokuz commented 6 years ago

Published as baron@3.0.1.

grabus commented 6 years ago

@Diokuz so fast! thanks :)