brace in the wrong place

This commit is contained in:
Kerrick Long
2011-06-16 23:59:19 -05:00
parent dde2dd848d
commit 122ddfae5c
+1 -1
View File
@@ -171,6 +171,7 @@ function apiCall(call, postId) {
default:
console.warn('apiCall was called without a proper "call" argument.');
break;
}
var api = new XMLHttpRequest();
api.open('POST',apiUrl,false);
api.send(formData);
@@ -179,7 +180,6 @@ function apiCall(call, postId) {
console.warn(api);
// Todo: roll back changes?
}
}
}