doc/notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-11 22:34:57 +03:00
parent 77d799fac6
commit 1d85f77bb1

View File

@ -460,8 +460,12 @@ var KeyboardActions = actions.Actions({
}
// see if two actions have the same doc...
//
// This problem can be fixed by:
// - setting a different doc in .keybindings...
// - updating action doc...
if(index[doc] && index[doc] != a.action){
console.warn('Actions have same title: "'
console.warn('Actions have same doc/title: "'
+ index[doc] +'" and "'+ a.action
+'" at: "'+ code +'"')
}