update tabs

This commit is contained in:
Luke Pulverenti 2016-08-14 15:58:13 -04:00
parent ce30e1391e
commit 93ebd18a5c
24 changed files with 602 additions and 316 deletions

View file

@ -475,6 +475,12 @@ define(['browser', 'layoutManager', 'dom', 'scrollStyles'], function (browser, l
};
};
self.getCenterPosition = function(item) {
var pos = self.getPos(item);
return within(pos.center, pos.start, pos.end);
};
/**
* Slide SLIDEE by amount of pixels.
*