Created
November 16, 2012 21:48
-
-
Save pwmckenna/4091212 to your computer and use it in GitHub Desktop.
retreiving client build number
This file contains 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
app.btapp.on('pairing:found', function(info) { | |
var build_number = info.version.engine_version; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment