[#5] Typo correction in abstract class example
parent
20b3abc008
commit
a701ee40a7
|
@ -1574,7 +1574,7 @@ Class( 'Dialog',
|
||||||
{
|
{
|
||||||
'private _factory': null,
|
'private _factory': null,
|
||||||
|
|
||||||
__construct( factory )
|
__construct: function( factory )
|
||||||
{
|
{
|
||||||
if ( !( Class.isA( WidgetFactory, factory ) ) )
|
if ( !( Class.isA( WidgetFactory, factory ) ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue