diff options
author | 2014-06-01 20:23:56 +0200 | |
---|---|---|
committer | 2014-06-01 20:23:56 +0200 | |
commit | fd5d654d1833be335c21c20724032c4438d7d8bc (patch) | |
tree | 008319d70ef9df3147a8a216aea29923a7feb805 /pyload/web/app/scripts/views/input/inputView.js | |
parent | Merge branch 'fix-uploadedto' (diff) | |
parent | added missing argument (diff) | |
download | pyload-fd5d654d1833be335c21c20724032c4438d7d8bc.tar.xz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'pyload/web/app/scripts/views/input/inputView.js')
-rw-r--r-- | pyload/web/app/scripts/views/input/inputView.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyload/web/app/scripts/views/input/inputView.js b/pyload/web/app/scripts/views/input/inputView.js index 1860fcaf1..394e33aef 100644 --- a/pyload/web/app/scripts/views/input/inputView.js +++ b/pyload/web/app/scripts/views/input/inputView.js @@ -38,6 +38,11 @@ define(['jquery', 'backbone', 'underscore'], function($, Backbone, _) { return this; }, + // triggered by captcha clicks + onClick: function(x,y) { + + }, + renderInput: function() { // Overwrite this }, |