yargalot / gulp-accessibility

Gulp plugin for AccessSniff
48 stars 12 forks source link

cb and not callback #20

Open mjaworski-eab opened 7 years ago

mjaworski-eab commented 7 years ago

On lines 57 and 24 of index.js you should change cb( to callback( to match the name of the callback method.

leptest commented 5 years ago

I beleive this has been fixed in https://github.com/yargalot/gulp-accessibility/pull/26 but not merged yet.