UI Cleanup - Updated Shared and Shims subtrees.

This commit is contained in:
Taloth Saldono
2015-02-14 11:17:53 +01:00
parent 019525dd9d
commit d6079a701c
39 changed files with 686 additions and 448 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Tooltip.prototype.getOptions = function(options) {
module.exports = {
appInitializer : function() {
$('body').tooltip({selector : '[title]'});
$('body').tooltip({ selector : '[title]' });
return this;
}