dryhurst/jquery-tubular

options not parse because of syntax error

Opened this issue · 0 comments

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