mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Small changes.
This commit is contained in:
parent
737d57db24
commit
f5d8f24faa
1 changed files with 1 additions and 2 deletions
3
lib/bootstrap.js
vendored
3
lib/bootstrap.js
vendored
|
@ -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);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue