Remove references to proxy in IO.js
This commit is contained in:
parent
1b96a42b69
commit
63f4faf9e6
1 changed files with 0 additions and 4 deletions
4
js/IO.js
4
js/IO.js
|
@ -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/';
|
||||
|
|
Reference in a new issue