1
0
Fork 0

[#5] Typo correction in abstract class example

closure/master
Mike Gerwitz 2011-11-20 18:08:52 -05:00
parent 20b3abc008
commit a701ee40a7
1 changed files with 1 additions and 1 deletions

View File

@ -1574,7 +1574,7 @@ Class( 'Dialog',
{
'private _factory': null,
__construct( factory )
__construct: function( factory )
{
if ( !( Class.isA( WidgetFactory, factory ) ) )
{