Skip to content

Commit 8f1394a

Browse files
committed
fixup!
1 parent 78e5284 commit 8f1394a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/developer/patterns.rst

-9
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,7 @@ Below is a minimal skeleton for a pattern.
2727
// Export BasePattern as named export.
2828
// You can import it as ``import { Pattern } from "./{{{ pattern.name }}}";``
2929
export { Pattern };
30-
define([
31-
'require'
32-
'../registry'
33-
], function(require, registry) {
34-
var pattern_spec = {
35-
name: "mypattern",
36-
};
3730
38-
registry.register(pattern_spec);
39-
});
4031
4132
This skeleton does several things:
4233

0 commit comments

Comments
 (0)