Synchronize with latest version on straps.js repo.

This commit is contained in:
Jürg Lehni 2013-05-27 13:46:21 -07:00
parent a864ef3b3c
commit a33beb0285

View file

@ -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,