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
  • Loading branch information
mroderick committed Aug 16, 2013
1 parent eb0fd70 commit 7c276b1
Show file tree
Hide file tree
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
Expand Up @@ -13,7 +13,6 @@ https://github.com/mroderick/PubSubJS
require,
window
*/

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

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

'use strict';

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

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

This file was deleted.

0 comments on commit 7c276b1

Please sign in to comment.