diff --git a/js/plugins.js b/js/plugins.js index 728680b08d..f887480226 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -6,7 +6,7 @@ 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', - 'timeStamp', 'trace', 'warn' + 'timeline', 'timelineEnd', 'timeStamp', 'trace', 'warn' ]; var length = methods.length; var console = (window.console = window.console || {});