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