diff --git a/lib/straps.js b/lib/straps.js index be1ed8b7..a27659a6 100755 --- a/lib/straps.js +++ b/lib/straps.js @@ -1,5 +1,5 @@ /** - * Straps.js - Inheritance library with support for bean-style accessors and + * straps.js - Inheritance library with support for bean-style accessors and * AOP patterns. * * Copyright (c) 2006 - 2013 Juerg Lehni @@ -18,7 +18,7 @@ * http://dev.helma.org/Wiki/JavaScript+Inheritance+Sugar/ */ -var Base = new function() { // Straps scope +var Base = new function() { var hidden = /^(statics|generics|preserve|enumerable|prototype|toString|valueOf)$/, proto = Object.prototype, toString = proto.toString,