I found this: text: function (key, url, overwrite) { if (typeof overwrite === "undefined") { overwrite = false; } if (overwrite || this.checkKeyExists(key) == false) { this.addToFileList('text', key, url); } return this; },So key is first and then URL. But even when I changed that, it still doesn't work for me :/