Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fix missing whitespace issue in event namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Apr 18, 2013
1 parent abd9a1a commit 27a7da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/class.js
Expand Up @@ -41,7 +41,7 @@ PROTOTYPE.render = function(show) {
title = options.content.title,
button = options.content.button,
posOptions = options.position,
namespace = '.'+this._id,
namespace = '.'+this._id+' ',
deferreds = [];

// Add ARIA attributes to target
Expand Down

0 comments on commit 27a7da1

Please sign in to comment.