Add application tests

This commit is contained in:
Nicolas Le Goff
2013-05-23 17:16:43 +02:00
committed by Romain Neutron
parent ac6c9970e2
commit f886874f8d
13 changed files with 699 additions and 24 deletions

View File

@@ -64,7 +64,7 @@ define([
// scroll to current view in item list
animate: function (top) {
top = top || null;
if (null === top) {
top = $(".field-row").index(this.$el) * this.$el.height();
}