0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-11 16:00:48 -05:00

added version target for angle constraints example

This commit is contained in:
liabru 2020-12-30 23:57:03 +00:00
parent 85be083180
commit 0ea0be87d1

View file

@ -215,6 +215,8 @@ Example.angleConstraints = function() {
}; };
}; };
Example.angleConstraints.for = '>0.15.0';
if (typeof module !== 'undefined') { if (typeof module !== 'undefined') {
module.exports = Example[Object.keys(Example)[0]]; module.exports = Example.angleConstraints;
} }