Jasig / umobile-app-phonegap

7 stars 11 forks source link

Remove fluid library from implementation. #14

Closed mpolizzotti closed 11 years ago

mpolizzotti commented 11 years ago

In the context of this project, the fluid library should be removed from the current implementation and replaced with the jQuery widget factory or any existing widget factory provided by jQuery mobile. The goal is too simplify the code base for greater adoption. Since fluid is only used for a single widget removing it makes sense. It reduces the amount of technologies a developer needs to understand on the front end to the jQuery ecosystem.

mpolizzotti commented 11 years ago

This issue has been handled with recent commits to master. Upon further examination, the fluid library wasn't being leveraged in the code base and was easily removed without having to change any existing code.