Files
2013-09-16 21:56:22 -05:00

8 lines
178 B
JavaScript

(function(window, document, ionic) {
ionic.Button = function(opts) {
this.el = opts.el;
};
ionic.Button.prototype = {
}
})(this, document, ionic = this.ionic || {});