samhuri.net/GithubFinder/javascripts/plugins/base.js
Sami Samhuri 148322be72 WIP - Github Finder integration
need to replace jsonp and github stuff with gitter
2010-12-19 18:37:01 -08:00

8 lines
No EOL
221 B
JavaScript

;window.FP = []; // this array contains the list of all registered plugins
var PluginBase = Class.create( {
initialize: function(o) {
if( !this.mixin ) this.mixin = {};
Object.extend( o, this.mixin );
}
} );