Date Picker global "leak"

Date Picker global "leak"

I noticed that the Date Picker stores a global ("DP_jQuery" + dpuuid) for conflict avoidance even if no widget is ever created.

Whilst it would be better not to have it at all, couldn't it be at least deferred until the first time a date picker is instantiated?