By bootstrap-mobile.js do you mean bootstrap-modal.js? I got excited
there thinking that they'd brought out the new version in which
they've hinted at making responsive designs possible (i.e. usable on
mobile!) :)
Chris
goog.reflect.sinkValue is the Closure Library work around.
sent from a mobile phone excuse the spelling ...
I found that there is a conflict with a callback name in function backdrop(callback) {} which in minimized form becomes b(b). One possible solution is to replace anonymous callback with a named function. So the line backdrop.call(this, function () { [...] }) becomes backdrop.call(this, callback_show .call(this)).As a conclusion Closure does not seem to work well with anonymous callbacks!
Ok John, at your example it works fine. I moved to the latest compiler.jar and it also works fine. Thanks.