Skip to content

not working with google closure compiler #26

@GoogleCodeExporter

Description

@GoogleCodeExporter
It would be nice if this library would be compatible with google's own closure 
compiler.

When trying to use advanced compilation closure spits the following error:

JSC_TYPE_MISMATCH: assignment to property boundScrollHandler_ of 
google.bookmarkbubble.Bubble found : (Function|null) required: function (): ? 
at line 65 character 0
this.boundScrollHandler_ = google.bind(this.setPosition, this);
^
JSC_INEXISTENT_PROPERTY: Property standalone never defined on 
Window.prototype.navigator at line 369 character 9
return !!window.navigator.standalone;

More over, since the library doesn't declare anything as external by default, 
the whole code will be optimized away (assuming those warnings are removed).

Original issue reported on code.google.com by acorn...@gmail.com on 4 Mar 2012 at 12:49

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions