wanghaiqing823 / jcrop

Automatically exported from code.google.com/p/jcrop
0 stars 0 forks source link

syntax error #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Minify the file jquery.Jcrop.js
2. Include it in a webpage

What is the expected output? What do you see instead?
The plugin should work as with no minification. Instead, it throws a syntax
error.

What version of the product are you using? On what operating system?
jquery.Jcrop.js v0.9.8, FF3/Linux

Please provide any additional information below.
In line 618, a semicolon is missing. Should be:

var $track = newTracker().mousedown(createDragger('move'))
    .css({ cursor: 'move', position: 'absolute', zIndex: 360 });

Original issue reported on code.google.com by jure....@gmail.com on 11 Mar 2010 at 3:43