Small changes.

This commit is contained in:
Jürg Lehni 2011-03-05 20:43:00 +00:00
parent 737d57db24
commit f5d8f24faa

3
lib/bootstrap.js vendored
View file

@ -165,7 +165,7 @@ var Base = this.Base = new function() {
? function(val) { return val }
: typeof iter != 'function'
? function(val) { return val == iter }
: iter;
: iter;
}
function each(iter, bind, asArray) {
@ -236,7 +236,6 @@ var Base = this.Base = new function() {
describe: describe,
iterator: iterator,
// TODO: Use generics?
has: function(obj, name) {
return has.call(obj, name);
},