Remove references to proxy in IO.js

This commit is contained in:
Tim Mickel 2014-09-05 15:24:02 -04:00
parent 1b96a42b69
commit 63f4faf9e6

View file

@ -24,10 +24,6 @@
var IO = function() {
this.data = null;
// In production, simply use the local path (no proxy)
// since we won't be hampered by the same-origin policy.
this.base = 'proxy.php?resource=internalapi/';
//this.base = 'http://scratch.mit.edu/internalapi/'; // Final base
this.project_base = 'http://projects.scratch.mit.edu/internalapi/project/';
this.project_suffix = '/get/';
this.asset_base = 'http://cdn.scratch.mit.edu/internalapi/asset/';