BrowserSync / browsersync.github.io

Source code for http://browsersync.io
68 stars 46 forks source link

Default value of option "open" #51

Open bennycode opened 8 years ago

bennycode commented 8 years ago

When reading about the option "open" I came across this part:

Defaults to "local" if none set.

But checking the spec it states: Default: true. So I was wondering if the default value is true or 'local'? Or is 'local' only set when declaring: open: ''?