* fix function name to detect browser type.

This commit is contained in:
Catouse
2014-12-08 15:16:09 +08:00
parent 51a95b38d8
commit fe9562d816
+1 -1
View File
@@ -12,7 +12,7 @@ js::import($jsRoot . 'chartjs/excanvas.min.js');
jQuery.fn.projectLine = function(setting)
{
var $lines = $(this);
if(window.browser.isIE && window.browser.ie < 9 && $lines.length > 10) return;
if(window.browser.isIE() && window.browser.ie < 9 && $lines.length > 10) return;
$lines.each(function()
{