allow using compiler in Thelia modules

This commit is contained in:
Manuel Raynaud
2014-03-05 11:56:48 +01:00
parent 8ecebfdca8
commit 5b341c3009
3 changed files with 53 additions and 2 deletions

View File

@@ -311,8 +311,8 @@
}
});
},
error: function () {
console.log('Error.');
error: function (e) {
console.log('Error.', e);
}
});