You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Issue migrated from SourceForge | ID: 2990870 | Submitted by 'nobody']
[http://sourceforge.net/support/tracker.php?aid=2990870]
On Apr 21, 2010, at 6:35 PM, TomD wrote:
Hi, It seems to me that in the EZSlider's ".set " method parameter, "initAction" doesn't work (when set to 'true')... Can anyone confirm before I report it on the Tracker ? Or did it change in the last version (which I don't use for the moment) ?
As far as I can see, this...
if (initAction) {
this.value = initVal;
}{
should be...
if (initAction) {
this.valueAction_(initVal);
}{
But it's been like this for a long time, at least since rev. 8254, 15 months ago.
hjh
[Issue migrated from SourceForge | ID: 2990870 | Submitted by 'nobody']
[http://sourceforge.net/support/tracker.php?aid=2990870]
On Apr 21, 2010, at 6:35 PM, TomD wrote:
Hi, It seems to me that in the EZSlider's ".set " method parameter, "initAction" doesn't work (when set to 'true')... Can anyone confirm before I report it on the Tracker ? Or did it change in the last version (which I don't use for the moment) ?
As far as I can see, this...
if (initAction) {
this.value = initVal;
}{
should be...
if (initAction) {
this.valueAction_(initVal);
}{
But it's been like this for a long time, at least since rev. 8254, 15 months ago.
hjh
: H. James Harkins
: jamshark70@dewdrop-world.net
: http://www.dewdrop-world.net
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman
The text was updated successfully, but these errors were encountered: