Skip to content

Commit

Permalink
Adding missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed May 13, 2012
1 parent a9ed653 commit 8ba0d3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GeoExt/tree/Panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*
* @include GeoExt/tree/Column.js
* @include GeoExt/tree/View.js
*/

/**
Expand All @@ -17,6 +18,7 @@
Ext.define('GeoExt.tree.Panel', {
extend: 'Ext.tree.Panel',
alias: 'widget.gx_treepanel',
requires: ['GeoExt.tree.Column', 'GeoExt.tree.View'],
viewType: 'gx_treeview',

initComponent: function() {
Expand Down

0 comments on commit 8ba0d3d

Please sign in to comment.