Skip to content

Commit

Permalink
Commentaires
Browse files Browse the repository at this point in the history
  • Loading branch information
bpesquet committed May 5, 2016
1 parent 453cce3 commit 0dc9363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapitre_8/js/ajax.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Exécute un appel AJAX
// Exécute un appel AJAX GET
// Prend en paramètres l'URL cible et la fonction callback appelée en cas de succès
function ajaxGet(url, callback) {
var req = new XMLHttpRequest();
Expand Down
2 changes: 1 addition & 1 deletion chapitre_9/js/ajax.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Exécute un appel AJAX
// Exécute un appel AJAX GET
// Prend en paramètres l'URL cible et la fonction callback appelée en cas de succès
function ajaxGet(url, callback) {
var req = new XMLHttpRequest();
Expand Down

0 comments on commit 0dc9363

Please sign in to comment.