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:
parent
85be083180
commit
0ea0be87d1
1 changed files with 4 additions and 2 deletions
|
@ -215,6 +215,8 @@ Example.angleConstraints = function() {
|
|||
};
|
||||
};
|
||||
|
||||
Example.angleConstraints.for = '>0.15.0';
|
||||
|
||||
if (typeof module !== 'undefined') {
|
||||
module.exports = Example[Object.keys(Example)[0]];
|
||||
}
|
||||
module.exports = Example.angleConstraints;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue