Revision f61ca7d5
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
js/kivi.ActionBar.js | ||
---|---|---|
59 | 59 |
} |
60 | 60 |
}).join('+'); |
61 | 61 |
|
62 |
console.log(normalized) |
|
63 |
|
|
64 | 62 |
if (!(target in this.actions)) |
65 | 63 |
this.actions[target] = {}; |
66 | 64 |
this.actions[target][normalized] = action; |
Auch abrufbar als: Unified diff
debug