diff --git a/dev/plugin.html b/dev/plugin.html index 9469fd75..d05cdcd9 100644 --- a/dev/plugin.html +++ b/dev/plugin.html @@ -10,6 +10,7 @@ +
@@ -94,7 +95,7 @@ function newTabUseJQuery() { console.info('newTabUseJQuery() Start'); - var tab = new window.vConsole.VConsolePlugin('tab4', 'Tab4'); + var tab = new window.VConsole.VConsolePlugin('tab4', 'Tab4'); var $html = $('
Alert
'); $html.find('a').click(function() { alert('OK'); @@ -108,7 +109,7 @@ function newTabUseDOM() { console.info('newTabUseDOM() Start'); - var tab = new window.vConsole.VConsolePlugin('tab5', 'Tab5'); + var tab = new window.VConsole.VConsolePlugin('tab5', 'Tab5'); var $elm = document.createElement('DIV'); $elm.innerHTML = '

It works

'; tab.on('renderTab', function(cb) { @@ -136,4 +137,4 @@ console.info('removePlugin() End'); } - \ No newline at end of file +