gameeapp / gamee-js

Javascript library for integration with Gamee platform
70 stars 13 forks source link

gamee.gameInit callback method doesnt return error #8

Closed EntityB closed 7 years ago

EntityB commented 7 years ago

Instead of error, there are data.

gamee.gameInit(controller, {}, gameCapabilities, function (error, data) {
                        if (error == null) { // fails because there are data instead
...
EntityB commented 7 years ago

Resolved https://github.com/gameeapp/gamee-js/releases/tag/v2.0.1