Skip to content

Instantly share code, notes, and snippets.

@prawnsalad
Created July 2, 2018 23:36
Show Gist options
  • Save prawnsalad/8319133b27f98fbf87cdeb8a6cc8739d to your computer and use it in GitHub Desktop.
Save prawnsalad/8319133b27f98fbf87cdeb8a6cc8739d to your computer and use it in GitHub Desktop.
kiwi.plugin('autoconnect', function(kiwi) {
kiwi.state.networks.forEach(n => {
n.connect();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment