GedMarc / layout

jQuery UI Layout v1.x plugin
Other
54 stars 24 forks source link

Add return value to AMD factory #8

Closed rsprinkle closed 5 years ago

rsprinkle commented 5 years ago

The AMD factory function was not returning a value. Since the code is simply modifying one of the factory arguments this is okay. Adding the return value allows a program to require layout without explicitly requiring jQuery,

GedMarc commented 5 years ago

Formatted my pc last night, will pull this in before tomorrow :)

Thank you so much!