bioccular / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

options not parse because of syntax error #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. any setting ignored

        var options = $.extend({}, defaults, options),
            $body = $('body') // cache body node
            $node = $(node); // cache wrapper node

Missing colon after body declaration

Original issue reported on code.google.com by serpent...@gmail.com on 27 Feb 2014 at 3:43