0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-14 00:38:41 -04:00

Updated Creating plugins (markdown)

Liam 2017-02-16 11:32:02 +00:00
parent 735e044d60
commit ad3761ef57

@ -42,8 +42,8 @@ var MyPlugin = {
something: true
},
install: function(base) {
// patch the Matter namespace here
install: function(matter) {
// patch `matter` here (not the global Matter object)
},
// implement your plugin functions etc...