X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fchrome%2Fbrowser%2Fresources%2Fpdf%2Fpdf_scripting_api.js;h=564467f9c81802d8d87392eab644b553c8dbd000;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=8b0b9d5c0a74119b67b67a22d8bb9945efb29613;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/resources/pdf/pdf_scripting_api.js b/src/chrome/browser/resources/pdf/pdf_scripting_api.js index 8b0b9d5..564467f 100644 --- a/src/chrome/browser/resources/pdf/pdf_scripting_api.js +++ b/src/chrome/browser/resources/pdf/pdf_scripting_api.js @@ -160,7 +160,7 @@ PDFScriptingAPI.prototype = { * Creates a PDF viewer with a scripting interface. This is basically 1) an * iframe which is navigated to the PDF viewer extension and 2) a scripting * interface which provides access to various features of the viewer for use - * by print preview and accessbility. + * by print preview and accessibility. * @param {string} src the source URL of the PDF to load initially. * @return {HTMLIFrameElement} the iframe element containing the PDF viewer. */