expose analysis chessground - fixes #181

This commit is contained in:
Thibault Duplessis 2015-01-05 01:04:42 +01:00
parent 245acceda7
commit 1b52377af1

View file

@ -24,3 +24,7 @@ module.exports = function(element, config, router, i18n, onChange) {
}
};
};
// lol, that's for the rest of lichess to access mithril
// without having to include it a second time
window.Chessground = require('chessground');