Permalink
Browse files

Tidy up

  • Loading branch information...
1 parent b742f99 commit 396748bb64da468c8b128eb368e6128a987196ca @jfirebaugh jfirebaugh committed Jun 12, 2014
Showing with 50 additions and 2,327 deletions.
  1. +0 −4 Makefile
  2. +1 −1 README.md
  3. +0 −2,240 bundle.js
  4. +2 −2 corslite.js
  5. +14 −42 package.json
  6. +5 −0 server.js
  7. +28 −0 test.js
  8. +0 −38 test/basic.js
View
@@ -1,4 +0,0 @@
-all: bundle.js
-
-bundle.js: test/*.js corslite.js
- node_modules/.bin/browserify test/*.js > bundle.js
View
@@ -5,7 +5,7 @@
[![](https://ci.testling.com/mapbox/corslite.png)](https://ci.testling.com/mapbox/corslite)
```js
-xhr('http://b.tiles.mapbox.com/v3/tmcw.dem.json', function(err, resp) {
+corslite('http://b.tiles.mapbox.com/v3/tmcw.dem.json', function(err, resp) {
// resp is the XMLHttpRequest object
}, true); // cross origin?
```
Oops, something went wrong.

0 comments on commit 396748b

Please sign in to comment.