Add V2 file format

This commit is contained in:
Andrew Miner
2015-01-14 15:19:02 -08:00
parent c417a24653
commit 89a8e2b539
16 changed files with 869 additions and 70 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ module.exports = class ModPack extends BaseModel
@trigger Event.load.started, this, url
$.ajax
url: url
dataType: 'json'
dataType: 'text'
success: (data, status, xhr)=>
resolve @onModVersionLoaded(url, data, status, xhr)
error: (xhr, status, error)=>