[SSE mobile] fix bug 33903
This commit is contained in:
parent
15d09b0733
commit
bd3f4930db
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue