Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Aug 11, 2023
1 parent 32a59d1 commit 6915ba7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/developer/patterns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,7 @@ Below is a minimal skeleton for a pattern.
// Export BasePattern as named export.
// You can import it as ``import { Pattern } from "./{{{ pattern.name }}}";``
export { Pattern };
define([
'require'
'../registry'
], function(require, registry) {
var pattern_spec = {
name: "mypattern",
};
registry.register(pattern_spec);
});
This skeleton does several things:

Expand Down

0 comments on commit 6915ba7

Please sign in to comment.