diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-02-24 22:19:17 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-02-24 22:19:17 +0100 |
commit | 948e9616cf35f1b3f831162d007d88940a1e09cb (patch) | |
tree | e94415fdd22cf346e1e481da1c3373bad1a728d8 /framework/Web/Javascripts | |
parent | 9429198310b54a3cf1eefe81a1e1964fb9b8274b (diff) |
Clear dead code related to HasPriority
Diffstat (limited to 'framework/Web/Javascripts')
-rw-r--r-- | framework/Web/Javascripts/source/prado/activecontrols/ajax3.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/Web/Javascripts/source/prado/activecontrols/ajax3.js b/framework/Web/Javascripts/source/prado/activecontrols/ajax3.js index 79e7e42d..1115c3b2 100644 --- a/framework/Web/Javascripts/source/prado/activecontrols/ajax3.js +++ b/framework/Web/Javascripts/source/prado/activecontrols/ajax3.js @@ -450,8 +450,7 @@ Prado.CallbackRequest = jQuery.klass(Prado.PostBack, }, /** - * Updates the page state. It will update only if EnablePageStateUpdate and - * HasPriority options are both true. + * Updates the page state. It will update only if EnablePageStateUpdate is true. */ updatePageState : function(request, datain) { |