[SSE mobile] fix bug 33903

This commit is contained in:
Maxim Kadushkin 2017-02-03 19:15:50 +03:00
parent 15d09b0733
commit bd3f4930db

View file

@ -74,10 +74,10 @@ define([
});
},
// setApi: function (api) {
// var me = this;
// me.api = api;
// },
setApi: function (api) {
var me = this;
me.api = api;
},
onLaunch: function () {
this.createView('Settings').render();