Skip to content

Commit

Permalink
Remove 'name' and 'version' properties from the PubSub object
Browse files Browse the repository at this point in the history
If you need to know the version you're using, there's git tags, bower.json and package.json, that should be sufficient
mroderick committed Aug 16, 2013
1 parent eb0fd70 commit 7c276b1
Showing 2 changed files with 1 addition and 25 deletions.
6 changes: 1 addition & 5 deletions src/pubsub.js
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ https://github.com/mroderick/PubSubJS
require,
window
*/

(function(root, factory){
'use strict';

@@ -32,10 +31,7 @@ https://github.com/mroderick/PubSubJS

'use strict';

var PubSub = {
name: 'PubSubJS',
version: '1.3.9'
},
var PubSub = {},
messages = {},
lastUid = -1;

20 changes: 0 additions & 20 deletions test/test-module.js

This file was deleted.

0 comments on commit 7c276b1

Please sign in to comment.