add more UI tuning

This commit is contained in:
Michael Chen
2011-05-27 00:26:50 +08:00
parent 14319cf647
commit 61925ed6e2
4 changed files with 123 additions and 27 deletions
+4
View File
@@ -49,6 +49,10 @@ test("should fetch feeds", function() {
});
});
test("should randomize", function() {
var r = this.F.randomize([1, 2, 3, 4, 5, 6]);
ok( r != [1, 2, 3, 4, 5, 6]);
})
});
</script>