See #71. Add example JS file using reserved words to test #71

This commit is contained in:
Glavin Wiechert 2014-09-07 19:55:25 -03:00
parent 4f5c75c5e3
commit 1130b58114
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Q($.ajax(...))
.catch(function (response) {
console.error(response);
});