]> git.proxmox.com Git - sencha-touch.git/blobdiff - src/examples/charts/app/model/ChartType.js
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / charts / app / model / ChartType.js
diff --git a/src/examples/charts/app/model/ChartType.js b/src/examples/charts/app/model/ChartType.js
new file mode 100644 (file)
index 0000000..3e274da
--- /dev/null
@@ -0,0 +1,9 @@
+Ext.define('Charts.model.ChartType', {
+    extend : 'Ext.data.Model',
+    config : {
+        fields : [
+            { name : 'id',    type : 'int' },
+            { name : 'title', type : 'string' }
+        ]
+    }
+});
\ No newline at end of file