Roo.form.HtmlEditor.ToolbarContext.store.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 08:46:08 +0000 (16:46 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Aug 2013 08:46:08 +0000 (16:46 +0800)
Roo.form.HtmlEditor.ToolbarContext.store.js

index 93ea4e5..dfbdc20 100644 (file)
@@ -1,5 +1,5 @@
 Roo.form.HtmlEditor.ToolbarContext.stores = {
-   'font-family' : {
+   'font-family' : Roo.factory({
             xtype : 'Store',
              // load using HTTP
             proxy: {
@@ -32,5 +32,5 @@ Roo.form.HtmlEditor.ToolbarContext.stores = {
            sortInfo: {
                field: 'display_name', direction: 'ASC'
            }
-    } 
+    }, Roo.data)
 }
\ No newline at end of file