aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/AllCommandTypes.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-06-28 09:52:49 +0500
committerAbyss777 <abyss@fox5.ru>2018-06-28 09:52:49 +0500
commitdf0ad229b96a036aaf98bcb8315d69d1bdb7367a (patch)
treedc7f3f17ec393a252763609e6338cbbf06ae6932 /web/app/store/AllCommandTypes.js
parent17157262fef1c046d116b2270f4e1d335fe9da1b (diff)
downloadetbsa-traccar-web-df0ad229b96a036aaf98bcb8315d69d1bdb7367a.tar.gz
etbsa-traccar-web-df0ad229b96a036aaf98bcb8315d69d1bdb7367a.tar.bz2
etbsa-traccar-web-df0ad229b96a036aaf98bcb8315d69d1bdb7367a.zip
Remove quotes
Diffstat (limited to 'web/app/store/AllCommandTypes.js')
-rw-r--r--web/app/store/AllCommandTypes.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/store/AllCommandTypes.js b/web/app/store/AllCommandTypes.js
index c86d071..c35f50d 100644
--- a/web/app/store/AllCommandTypes.js
+++ b/web/app/store/AllCommandTypes.js
@@ -1,6 +1,6 @@
/*
- * Copyright 2017 Anton Tananaev (anton@traccar.org)
- * Copyright 2017 Andrey Kunitsyn (andrey@traccar.org)
+ * Copyright 2017 - 2018 Anton Tananaev (anton@traccar.org)
+ * Copyright 2017 - 2018 Andrey Kunitsyn (andrey@traccar.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ Ext.define('Traccar.store.AllCommandTypes', {
type: 'rest',
url: 'api/commands/types',
listeners: {
- 'exception': function (proxy, response) {
+ exception: function (proxy, response) {
Traccar.app.showError(response);
}
}