public
Description: script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.
Homepage: http://script.aculo.us/
Clone URL: git://github.com/madrobby/scriptaculous.git
Click here to lend your support to: scriptaculous and make a donation at www.pledgie.com !

Comments for madrobby's scriptaculous   feed

aemkei commented on madrobby/scriptaculous Thu Aug 20 03:02:29 -0700 2009
Comment on src/dragdrop.js L285 in fa7fb6b:

Just encountered some strange timing issues.

nraynaud commented on madrobby/scriptaculous Thu Mar 05 17:41:39 -0800 2009
Comment in 951f483:

Hi,

madrobby commented on madrobby/scriptaculous Tue Sep 23 05:08:49 -0700 2008
Comment in fe1d37a:

i concur and i’ve reverted the change and did some cleanups.

mislav commented on madrobby/scriptaculous Mon Sep 22 18:19:11 -0700 2008
Comment in fe1d37a:

@jdalton: add a couple of images to the page (site logo, content images, background css images) and their size becomes >> js size, making the difference in 10kB negligible.

kangax commented on madrobby/scriptaculous Mon Sep 22 17:35:31 -0700 2008
Comment in fe1d37a:

@jdalton

jdalton commented on madrobby/scriptaculous Mon Sep 22 15:01:48 -0700 2008
Comment in fe1d37a:

Things like:

jdalton commented on madrobby/scriptaculous Mon Sep 22 15:00:44 -0700 2008
Comment in fe1d37a:

This ate the formatting…

jdalton commented on madrobby/scriptaculous Mon Sep 22 14:59:03 -0700 2008
Comment in fe1d37a:

These semi colons don’t effect code minifiers so they really aren’t needed. Plus this breaks with the style of Prototype which doesn’t include them in those situations.

smoofles commented on madrobby/scriptaculous Fri Sep 19 07:20:08 -0700 2008
Comment in fe1d37a:

I suggest someone starts a “Save The Semicolon” online petition, then we’ll know for sure. :-P

mislav commented on madrobby/scriptaculous Fri Sep 19 06:28:52 -0700 2008
Comment in fe1d37a:

So without semicolons, this scriptaculous code wasn’t comlete? :-/

elia commented on madrobby/scriptaculous Fri Sep 19 00:45:43 -0700 2008
Comment in fe1d37a:

It’s not required, but it’s no bad…

staaky commented on madrobby/scriptaculous Thu Sep 18 14:57:44 -0700 2008
Comment in fe1d37a:

Semicolons aren’t required here. In similar context where the function is just one line Prototype doesn’t add semicolons.