We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45aae25 commit 4a967ecCopy full SHA for 4a967ec
1 file changed
examples/terrain.js
@@ -106,5 +106,5 @@ Example.terrain = function() {
106
};
107
108
if (typeof module !== 'undefined') {
109
- module.exports = Example;
+ module.exports = Example[Object.keys(Example)[0]];
110
}
0 commit comments