carl/bosh - merge pockets pudge changes in and update bootstrap to include some missing src files

This commit is contained in:
pivotal
2009-07-28 17:27:52 -07:00
parent 5ae68b8c3b
commit 4cfb7ddd42
6 changed files with 20 additions and 8 deletions

View File

@@ -75,6 +75,6 @@ jasmine.NestedResults.prototype.addResult = function(result) {
/**
* @returns {Boolean} True if <b>everything</b> below passed
*/
jasmine.NestedResults.prototype.passed = function() {
jasmine.NestedResults.prototype.__defineGetter__('passed', function() {
return this.passedCount === this.totalCount;
};
});