Sign in
apache
/
netbeans
/
refs/heads/release180
/
.
/
webcommon
/
javascript2.extjs
/
test
/
unit
/
data
/
testfiles
/
structure
/
issue231923.js
blob: 5859b6bea39d647b887a1f6a387a8461e784c7a4 [
file
] [
log
] [
blame
]
Ext
.
define
(
'My.app.Panel'
,
{
constructor
:
function
(
config
)
{
}
});
Ext
.
define
(
'My.app.PanelPart2'
,
{
override
:
'My.app.Panel'
,
constructor
:
function
(
config
)
{
}
});