minor changes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-01-02 10:24:09 +04:00
parent 7c4fcf7c70
commit cbfd684803

View File

@ -2263,9 +2263,9 @@ var prevImageInOrder = makePrevFromListAction(
// Align ribbons to the current ribbon.
//
// XXX need to change the default to base ribbon for production...
// XXX need to check if this will remove 'unsorted' tags or not (tags.js)...
function alignRibbons(ribbon){
console.warn('alignRibbons(): not yet ready for production use!')
// XXX remove this line for production....
ribbon = ribbon == null ? getRibbonIndex() : ribbon
DATA = alignDataToRibbon(ribbon)