Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
plugin: initial release, v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Nov 7, 2012
1 parent 261b5f6 commit babf631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsonp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
JSONProxy Client Library
JSONProxy jQuery Plugin, v0.1.0
http://jsonp.jit.su
by Aidan Feldman
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "jsonp",
"homepage": "http://jsonp.jit.su",
"description": "A simple JSONP proxy",
"version": "0.0.0-29",
"version": "0.0.0-30",
"repository": {
"type": "git",
"url": "https://github.com/afeld/jsonp.git"
Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</section>

<section>
<h2 id="client"><em>Easiest:</em> jQuery Plugin - <a href="jsonp.js">download</a></h2>
<h2 id="plugin"><em>Easiest:</em> jQuery Plugin - <a href="jsonp.js">download</a></h2>
<p>
Wrapper function of <a href="http://api.jquery.com/jQuery.ajax/" target="_blank">jQuery.ajax()</a>, which detects browser support and picks the best available transport:
</p>
Expand Down

0 comments on commit babf631

Please sign in to comment.