aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Device.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Device.js')
-rw-r--r--web/app/model/Device.js32
1 files changed, 14 insertions, 18 deletions
diff --git a/web/app/model/Device.js b/web/app/model/Device.js
index f3fb885ba..e9ed1f680 100644
--- a/web/app/model/Device.js
+++ b/web/app/model/Device.js
@@ -13,23 +13,19 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-(function () {
- 'use strict';
- Ext.define('Traccar.model.Device', {
- extend: 'Ext.data.Model',
- identifier: 'negative',
+Ext.define('Traccar.model.Device', {
+ extend: 'Ext.data.Model',
+ identifier: 'negative',
- fields: [{
- name: 'id',
- type: 'int'
- }, {
- name: 'name',
- type: 'string'
- }, {
- name: 'uniqueId',
- type: 'string'
- }]
- });
-
-})();
+ fields: [{
+ name: 'id',
+ type: 'int'
+ }, {
+ name: 'name',
+ type: 'string'
+ }, {
+ name: 'uniqueId',
+ type: 'string'
+ }]
+});