mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Small changes.
This commit is contained in:
parent
737d57db24
commit
f5d8f24faa
1 changed files with 1 additions and 2 deletions
1
lib/bootstrap.js
vendored
1
lib/bootstrap.js
vendored
|
@ -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