sxalexander / jquery-scrollspy

A JQuery Implementation of David Walsh's MooTools scrollspy
438 stars 144 forks source link

UglifyJS JavaScript compressor compatibility #6

Closed shulard closed 10 years ago

shulard commented 12 years ago

When uglify process the scrollspy, there was an error because document was replaced in function parameters at line 6 by a small variable name. Reference to document object was lost until it is given in function call at line 96