Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Automatically send requests on body change.
Browse files Browse the repository at this point in the history
  • Loading branch information
garlicnation committed Oct 24, 2014
1 parent 75da881 commit 5bfbfa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@
this.autoGo();
},

bodyChanged: function() {
this.autoGo();
},

autoChanged: function() {
this.autoGo();
},
Expand Down

0 comments on commit 5bfbfa9

Please sign in to comment.