1
0
Fork 0

QuoteDataApi: Correct constructor argument error

master
Mike Gerwitz 2018-04-26 15:32:22 -04:00
parent 2d1582059f
commit d9c442b8e2
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ module.exports = Class( 'QuoteDataApi' )
if ( !( Class.isA( DataApi, dapi ) ) )
{
throw TypeError(
'Expected object of type DataApi; given: ' + data_api
'Expected object of type DataApi; given: ' + dapi
);
}