]> source.dussan.org Git - jquery.git/commit
Ajax: simplify one ajax call and add explanatory comment
authorOleg Gaidarenko <markelog@gmail.com>
Mon, 26 Jan 2015 03:42:14 +0000 (06:42 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Sat, 14 Feb 2015 23:00:38 +0000 (02:00 +0300)
commit0ac28ed293681cb8f2e9fdd11efa0021da039c84
treecd52adef2464f99207c98c69f8aea5bdbf46e6d3
parentfcb6c4d1d6552c7e54df16a36b171858bdf0553f
Ajax: simplify one ajax call and add explanatory comment

* Remove "async = true" from script transport since it was needed
  for FF < 4 and old Opera which we do not support anymore

* Add comment to "evalUrl" method on why "type" field should be explicit
src/ajax/script.js
src/manipulation/_evalUrl.js