blob: 021e3e2be02ca47d1b5676740e5ec2fd07474f55 [file] [log] [blame]
Akron82d67dd2017-02-01 14:26:34 +01001define(
2 ['menu'],
3 function (menuClass) {
4 return {
5 create : function (hmm) {
6 var obj.create(menuClass)
7 .upgradeTo(this)
8 ._init(hmm);
9 },
10 chosen : function () {
11 }
12 }
13 }
14);