Created
July 2, 2018 23:36
-
-
Save prawnsalad/8319133b27f98fbf87cdeb8a6cc8739d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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