button-plugin-debug.js revision 65aeef931a8f8abce78e6f0fafec90308ceaec34
function ButtonPlugin(config) {
if (!this._initNode) { // hand off to factory when called without new
}
}
_afterNodeGet: function (name) {
if (fn) {
}
},
if (fn) {
}
},
},
destroy: function(){
// TODO: Anything?
}
}, {
NAME: 'buttonPlugin',
NS: 'button'
});
// (node)
// (node, config)
// (config)
}
}
};