konsumer / mongoose-type-url

A url field-type for Mongoose schemas
15 stars 6 forks source link

bugfix error "ReferenceError: normalizeurl is not defined" #1

Closed frnwtr closed 9 years ago

frnwtr commented 9 years ago

change return normalizeurl(val); to return normalizeUrl(val);

konsumer commented 9 years ago

wow. How did I miss this? thanks!

frnwtr commented 9 years ago

NP ... is for the community! ;)

konsumer commented 9 years ago

I think my local copy had it, but forgot to push. In any case your patch is updated in npm. thanks again!