git.asbjorn.biz
/
jquery.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Deferred cannot be cancelled by returning false in a callback. Exception in the callb...
[jquery.git]
/
test
/
data
/
script.php
1
<?php
2
error_reporting(0);
3
if ( $_REQUEST['header'] ) {
4
header("Content-type: text/javascript");
5
}
6
?>
7
ok( true, "Script executed correctly." );