<String> LViS.ON_READY
Called when LViS has become ready after initialization. The call will be delayed until all necessary preparations will be done.
// subscribe to eventLViS.bind(LViS.ON_READY, function () { console.log('LViS is Ready!');});​// initialize APILViS.init(config);