~justinmcp/unity-chromium-extension/13.10

« back to all changes in this revision

Viewing changes to samples/more-user-scripts/unity-webapps-binding.js

  • Committer: Alexandre Abreu
  • Date: 2012-03-23 02:31:15 UTC
  • Revision ID: alexandre.abreu@canonical.com-20120323023115-zi0jnr824x3wcjnu
Fixes to build; expand npapi; add sanitizer; fixes to js

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
 
359
359
        // should trigger toString()
360
360
        if ( ! plugin) {
361
 
            logger ('Could not bind to the scriptable NPAPI plugin')
 
361
            logger ('Could not bind to the scriptable NPAPI plugin');
362
362
        }
363
363
        else {
364
364