[SSE mobile] Fixed implementation of the settings controller.
This commit is contained in:
parent
f7ca02554f
commit
492d43cb7c
|
@ -46,7 +46,7 @@ define([
|
||||||
], function (core) {
|
], function (core) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
SSE.Controllers.Settings = Backbone.View.extend(_.extend((function() {
|
SSE.Controllers.Settings = Backbone.Controller.extend(_.extend((function() {
|
||||||
// private
|
// private
|
||||||
var rootView,
|
var rootView,
|
||||||
inProgress,
|
inProgress,
|
||||||
|
|
Loading…
Reference in a new issue