if there an issue in the jquery.ccokie plugin?

if there an issue in the jquery.ccokie plugin?

Hi
I am using carhart cookies plugin But I am seeing 2 errors in my console.

https://github.com/carhartl/jquery-cookie


if there a bug in the plugin or there is something I am doing wrong?

1) Uncaught SyntaxError: Unexpected end of input in the file jquery.cookie.js
2) when I try to remove a cookie like this $.removeCookie('phone_call_timer', { path: '/'} );   
I get this error

Uncaught TypeError: Object function ( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced' return new jQuery.fn.init( selector, context, rootjQuery ); } has no method 'removeCookie'