Small changes.

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

1
lib/bootstrap.js vendored
View file

@ -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);
},