hlsolutions / jquery-autosuggest

An AutoSuggest jQuery plugin.
http://hlsolutions.github.io/jquery-autosuggest/
GNU General Public License v2.0
15 stars 3 forks source link

Add `as` namespace to validation error CSS class name #26

Closed coryschires closed 11 years ago

coryschires commented 11 years ago

Everywhere else we use namespace CSS selectors with as. It makes sense to use the namespace on error as well - especially since error is a commonly used class name and thus there's a high likelihood that it could cause namespace collisions.

coryschires commented 11 years ago

Hey. Sorry to be making changes again so quickly but I believe this corrects a small oversight on my part. I don't imagine it will be too controversial of a merge.

Thanks!

knalli commented 11 years ago

No problem, thank you!