mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Remove dev comments.
This commit is contained in:
parent
eaa5f97e95
commit
5fd7753c60
1 changed files with 0 additions and 24 deletions
|
@ -14,30 +14,6 @@
|
|||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/*
|
||||
var events = {
|
||||
frame: function() {
|
||||
|
||||
},
|
||||
|
||||
resize: function() {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
view.attach(events);
|
||||
view.detach(events);
|
||||
|
||||
function handler() {
|
||||
|
||||
}
|
||||
|
||||
view.attach('frame', handler);
|
||||
|
||||
|
||||
view.detach('frame', handler);
|
||||
*/
|
||||
|
||||
var Callback = {
|
||||
attach: function(type, func) {
|
||||
var entry = this._events[type];
|
||||
|
|
Loading…
Reference in a new issue