Skip to content

Commit

Permalink
EXT-730: Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Unnikrishnan Narayanan committed Dec 5, 2018
1 parent 16f58f6 commit 3dcc778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 5 additions & 3 deletions app.json
@@ -1,7 +1,7 @@
{
"name": "ModernTutorial",
"namespace": "ModernTutorial",
"version": "1.0.0.0",
"version": "0.0.1",
"framework": "ext",
"template": "universalmodern",
"indexHtmlPath": "index.html",
Expand Down Expand Up @@ -69,8 +69,10 @@
},

"fashion": {
"missingParameters": "error",
"inliner": {"enable": false}
"missingParameters": "error",
"inliner": {
"enable": false
}
},

"js": [
Expand Down
10 changes: 0 additions & 10 deletions app/desktop/src/view/main/MainViewController.js
Expand Up @@ -54,14 +54,4 @@ Ext.define('ModernTutorial.view.main.MainViewController', {
button.setIconCls('x-fa fa-arrow-right');
}
}

// onActionsViewLogoutTap: function( ) {
// var vm = this.getViewModel();
// vm.set('firstname', '');
// vm.set('lastname', '');
//
// Session.logout(this.getView());
// this.redirectTo(AppCamp.getApplication().getDefaultToken().toString(), true);
// }

});

0 comments on commit 3dcc778

Please sign in to comment.