summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-18 19:24:55 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-18 19:24:55 +0000
commitfcb287d8de66da3aa786f46692a2e83666482add (patch)
treed33b7685bdc44c69564c37f11fee85af3faab5ae /misc
parent51839f246967ee43035e7e2c096c35108dc98387 (diff)
downloadbrdo-fcb287d8de66da3aa786f46692a2e83666482add.tar.gz
brdo-fcb287d8de66da3aa786f46692a2e83666482add.tar.bz2
#557272 follow-up by Dave Reid: Allow triggering states on change event.
Diffstat (limited to 'misc')
-rw-r--r--misc/states.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/states.js b/misc/states.js
index 2feef8dfd..2a664dd59 100644
--- a/misc/states.js
+++ b/misc/states.js
@@ -250,6 +250,9 @@ states.Trigger.states = {
value: {
'keyup': function () {
return this.val();
+ },
+ 'change': function () {
+ return this.val();
}
},