/*
Copyright (c) 2010,2011,2012 Morgan Roderick http://roderick.dk
License: MIT - http://mrgnrdrck.mit-license.org

https://github.com/mroderick/PubSubJS
*/
/*jslint white:true, plusplus:true */
/*global
	jQuery,
	PubSub
*/
;(function($){
	"use strict";
	var self = this;
