aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/Parameters.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-09-15 11:41:08 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-09-15 11:41:08 +1200
commit34a70e81ecb613c3216fcdd581a9724216137b41 (patch)
treeee42bc77c1ade262e154f389ba7ebbb17212620b /web/app/store/Parameters.js
parent2fa0652494c511a87516fd71e363600b3ef0a1a6 (diff)
downloadtraccar-server-34a70e81ecb613c3216fcdd581a9724216137b41.tar.gz
traccar-server-34a70e81ecb613c3216fcdd581a9724216137b41.tar.bz2
traccar-server-34a70e81ecb613c3216fcdd581a9724216137b41.zip
Rename parameter to attribute
Diffstat (limited to 'web/app/store/Parameters.js')
-rw-r--r--web/app/store/Parameters.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/web/app/store/Parameters.js b/web/app/store/Parameters.js
deleted file mode 100644
index 8b34d465b..000000000
--- a/web/app/store/Parameters.js
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com)
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-Ext.define('Traccar.store.Parameters', {
- extend: 'Ext.data.Store',
- model: 'Traccar.model.Parameter',
-
- sorters: [{
- property: 'priority'
- }]
-});