Index: trunk/extensions/UploadWizard/resources/mw.Api.js |
— | — | @@ -27,8 +27,6 @@ |
28 | 28 | |
29 | 29 | this.url = options.url; |
30 | 30 | |
31 | | - var _this = this; |
32 | | - |
33 | 31 | /* We allow people to omit these default parameters from API requests */ |
34 | 32 | // there is very customizable error handling here, on a per-call basis |
35 | 33 | // wondering, would it be simpler to make it easy to clone the api object, change error handling, and use that instead? |