Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Jun 5, 2016
1 parent 81a33c7 commit 94e3549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
console.info('newTabUseDOM() Start');
var tab = new vConsole.VConsolePlugin('tab5', 'Tab5');
var $elm = document.createElement('DIV');
$elm.innerHTML = '<a href="javascript:;">Alert</a>';
$elm.innerHTML = '<p>It works</p>';
tab.on('renderTab', function(cb) {
cb($elm);
});
Expand Down

0 comments on commit 94e3549

Please sign in to comment.