1
0
Fork 0

Modified interface property message to be a bit more helpful in a likely common scenerio

closure/master
Mike Gerwitz 2011-03-01 09:17:24 -05:00
parent 8c7ad787c8
commit e3561a492f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ var extend = ( function( extending )
{
throw TypeError(
"Properties are not permitted within Interface " +
"definitions"
"definitions (did you forget the 'abstract' keyword?)"
);
},