[Lada-commits] [PATCH] Fixed a missing '
Wald Commits
scm-commit at wald.intevation.org
Wed Jan 20 17:38:17 CET 2016
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1453307890 -3600
# Branch stammdatengrids
# Node ID 04ac7bb4494f9ae5f8212d559c02b65d6f6ae5fd
# Parent 52b02b0225e838dea79377a47499d55ebe75fe96
Fixed a missing '
diff -r 52b02b0225e8 -r 04ac7bb4494f app/store/Ortszuordnung.js
--- a/app/store/Ortszuordnung.js Wed Jan 20 17:23:39 2016 +0100
+++ b/app/store/Ortszuordnung.js Wed Jan 20 17:38:10 2016 +0100
@@ -11,5 +11,5 @@
*/
Ext.define('Lada.store.Ortszuordnung', {
extend: 'Ext.data.Store',
- model: 'Lada.model.Ortszuordnung
+ model: 'Lada.model.Ortszuordnung'
});
More information about the Lada-commits
mailing list