Modified interface property message to be a bit more helpful in a likely common scenerio
parent
8c7ad787c8
commit
e3561a492f
|
@ -73,7 +73,7 @@ var extend = ( function( extending )
|
||||||
{
|
{
|
||||||
throw TypeError(
|
throw TypeError(
|
||||||
"Properties are not permitted within Interface " +
|
"Properties are not permitted within Interface " +
|
||||||
"definitions"
|
"definitions (did you forget the 'abstract' keyword?)"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue