aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-04-10 17:49:11 +0100
committerStruan Donald <struan@exo.org.uk>2013-04-10 19:28:10 +0100
commit0e46c1437b622f503f9ab8154dff4e6db33a0cb1 (patch)
treeeed59c4ff33105b0e179dc47ac14e1a1ff3aa241 /www/js
parentda4f061cc3b364b828be0aa43b8e7702b7db4eb3 (diff)
correct overagressive search and replace from a while ago
Diffstat (limited to 'www/js')
-rw-r--r--www/js/models/report.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/models/report.js b/www/js/models/report.js
index e0e21fd..7028431 100644
--- a/www/js/models/report.js
+++ b/www/js/models/report.js
@@ -102,7 +102,7 @@
fileURI = model.get('file');
- var fileOptions = new FileUploadfileOptions();
+ var fileOptions = new FileUploadOptions();
fileOptions.fileKey="photo";
fileOptions.fileName=fileURI.substr(fileURI.lastIndexOf('/')+1);
fileOptions.mimeType="image/jpeg";