From 0a39c81b36a70cdbdeeae396ea76c83585d31b39 Mon Sep 17 00:00:00 2001 From: Ivar Vong Date: Wed, 4 Apr 2012 14:57:25 -0700 Subject: [PATCH] oops, polluted my pull request. ignoring those files... --- .gitignore | 8 ++++- jsonp_test.html | 16 ++++++++- url.php | 88 ------------------------------------------------- 3 files changed, 22 insertions(+), 90 deletions(-) delete mode 100644 url.php diff --git a/.gitignore b/.gitignore index a1a4dd9..03f7570 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,10 @@ dev_examples/ *.tmproject -tmtags \ No newline at end of file +tmtags + +jsonp_test.html +.gitignore +url.php +url.html +index.html diff --git a/jsonp_test.html b/jsonp_test.html index 3f08845..24a9fa5 100644 --- a/jsonp_test.html +++ b/jsonp_test.html @@ -76,4 +76,18 @@ $(document).ready(function() { }); - \ No newline at end of file + + + diff --git a/url.php b/url.php deleted file mode 100644 index 1a12fff..0000000 --- a/url.php +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - -
- - - - - \ No newline at end of file