framework
framework copied to clipboard
Remove deprecated JS stuff
Remove the following deprecations:
- JQueryLeft, JQueryRight
- JSRules.fadeTime, JsRules.prefadeDuration as we have the generic auto fadeout mechanism
- Remove JqSHtml as all things are deprecated here.
changed milestone to none
Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/526
I'll take this guy after #1534 goes in.
Remove JqSHtml as all things are deprecated here.
Removed this.
JQueryLeft, JQueryRight
Can't find these.
JSRules.fadeTime, JsRules.prefadeDuration as we have the generic auto fadeout mechanism
The deprecated warning has been commented out on these...
It looks like the commented out deprecation warning on fadeTime
and prefadeDuration
was done by @fmpwizard in 48051bd79d43f802e7c6b628729513e0545d66f9 – any chance you remember why Diego?
@farmdawgnation I stand innocent :) that commit was to revert a previous commit, and then I went back through the history of that file and the first commit that commented out the deprecated message was
https://github.com/lift/framework/commit/23bfc86a1619fe012b34c555b5757f65d956ee07#diff-d9a7c49760f4ebf04fe82c7f9c5f7797
I would assume it wasn't meant to be permanent but maybe @dpp has more info
Bleh, looks like we missed this guy so I think I'm going to drop the milestone since removing it will have to wait.