Fixes broken callback in tree.

This commit is contained in:
Lars Jung 2012-07-14 18:26:22 +02:00
parent 93d13d6177
commit 864687aedf

View File

@ -64,6 +64,7 @@ modulejs.define('model/entry', ['_', 'core/types', 'core/ajax'], function (_, ty
if (parser && response.status === 'h5ai') {
parser.parse(self.absHref, response.content);
}
callback(self);
});
},