[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) { setApi: function (api) {
// var me = this; var me = this;
// me.api = api; me.api = api;
// }, },
onLaunch: function () { onLaunch: function () {
this.createView('Settings').render(); this.createView('Settings').render();