Navigator cursor fix

This commit is contained in:
Mark Salsbery 2013-12-16 07:17:35 -08:00
parent 1e9ea154f2
commit 1cac9fa533

View File

@ -153,7 +153,7 @@ $.Navigator = function( options ){
style.cssFloat = 'left'; //Firefox
style.styleFloat = 'left'; //IE
style.zIndex = 999999999;
style.cursor = 'pointer';
style.cursor = 'default';
}( this.displayRegion.style, this.borderWidth ));