Remove dev comments.

This commit is contained in:
Jürg Lehni 2011-11-11 18:39:12 +01:00
parent eaa5f97e95
commit 5fd7753c60

View file

@ -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];