Skip to content

Commit

Permalink
Update data.js
Browse files Browse the repository at this point in the history
Add razax.js to the list.

Update data.js

Add razax.js to the list

Update data.js to include razaxjs
  • Loading branch information
Raza Balbale committed Dec 30, 2015
1 parent af1c9bd commit e0947c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data-min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions data.js
Expand Up @@ -4687,5 +4687,13 @@ module.exports = [
description: "Ultra-simple promise based wrapper around XMLHttpRequest",
url: "https://github.com/radiosilence/xr",
source: "https://raw.githubusercontent.com/radiosilence/xr/master/xr.js"
},
{
name: "razax.js",
github: "razaibi/razaxjs",
tags: ["ajax", "xhr", "xmlhttprequest", "simple", "nojquery", "minimalcode"],
description: "Simple way to make ajax requests with or without arguments in single line of code. Easy for novice users.",
url: "https://github.com/razaibi/razaxjs",
source: "https://raw.githubusercontent.com/razaibi/razaxjs/master/razax.js"
}
];

0 comments on commit e0947c2

Please sign in to comment.