mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Synchronize with latest version on straps.js repo.
This commit is contained in:
parent
a864ef3b3c
commit
a33beb0285
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue