0
0
mirror of https://github.com/Doodle3D/Doodle3D-API synced 2024-12-22 13:53:48 +01:00

remove spaces

This commit is contained in:
casperlamboo 2016-04-18 09:30:19 +02:00
parent 2445a742b7
commit 730d015435

View File

@ -11,9 +11,9 @@ export function get (url) {
return new Promise((resolve, reject) => {
$.ajax({
url: url,
type: 'GET',
dataType: 'json',
timeout: GET_TIMEOUT,
type: 'GET',
success: (response) => {
if (response.status === 'success') {
resolve(response.data, response.msg);