diff --git a/lib/bootstrap.js b/lib/bootstrap.js index 5911011e..f8cd3dae 100644 --- a/lib/bootstrap.js +++ b/lib/bootstrap.js @@ -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); },