ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

removed unnecessary check for undefined `define` #83

Closed ryanflorence closed 12 years ago

ryanflorence commented 12 years ago

since we're checking typeof define == 'function' there's no need to check first that's its not undefined

Saves a few bytes too :)

ded commented 12 years ago

rock on