Corrected missing whitespace on interface instantiation error message
parent
b4fe08292f
commit
ae172a7a34
|
@ -287,7 +287,7 @@ var extend = ( function( extending )
|
||||||
// only called if someone tries to create a new instance of an
|
// only called if someone tries to create a new instance of an
|
||||||
// interface
|
// interface
|
||||||
throw Error(
|
throw Error(
|
||||||
"Interface" + ( ( iname ) ? ( iname + ' ' ) : '' ) +
|
"Interface " + ( ( iname ) ? ( iname + ' ' ) : '' ) +
|
||||||
" cannot be instantiated"
|
" cannot be instantiated"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue