Closed ryanflorence closed 12 years ago
since we're checking typeof define == 'function' there's no need to check first that's its not undefined
typeof define == 'function'
Saves a few bytes too :)
rock on
since we're checking
typeof define == 'function'
there's no need to check first that's its not undefinedSaves a few bytes too :)