-
onBeforeUnload API: February 25, 2011 2:10
Commit 6012f42 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
onBeforeUnload API: February 25, 2011 2:10
Commit 0f77d50 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
- API Change: Now the .js needs to be loaded explicitly. - Remove the .install script. No special module weight required now.
-
- Fixing typos. Oops.
-
- Optimized algorithm of the onBeforeUnload event handler.
-
- Pass the event argument to the previously installed window handler.
-
- Invoke previous onBeforeUnload handler if exists. - Added methods to enable/disable the onBeforeUnload callbacks. - Updated README.
-
- Implementation of hook_install() to ensure the API is present when any other module loads.
-
- Added "Web Standards" section to README.
-
- Fix camelcase names for javascript objects.