[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
lib
/
pkp
/
tools
/
[
Home
]
File: closure-externs.js
/** * closure-externs.js * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2010-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Import symbols into the closure compiler that are not defined * within the compiled files. * * See https://code.google.com/p/closure-compiler/source/browse/trunk/contrib/externs * for pre-extracted extern files, e.g. for jQuery. * * @externs */ /** * @param {Object} arg1 */ jQueryObject.prototype.autocomplete = function(arg1) {}; jQueryObject.prototype.button = function() {}; /** * @param {Object=} options */ jQueryObject.prototype.validate = function(options) {}; /** * @constructor * @param {Object=} options * @param {jQueryObject=} form */ jQuery.validator = function(options, form) {}; jQuery.validator.prototype.checkForm = function() {}; jQuery.validator.prototype.defaultShowErrors = function() {}; jQuery.validator.prototype.settings = {}; /** * @constructor * @param {Object=} options */ jQuery.pnotify = function(options) {}; /** * @param {Object=} userDefinedSettings * @return {jQueryObject} */ jQueryObject.prototype.imgPreview = function(userDefinedSettings) {}; /** * @constructor * @private */ function tinyMCEObject() {}; tinyMCEObject.prototype.triggerSave = function() {} /** * @param {string} c * @param {boolean} u * @param {string} v */ tinyMCEObject.prototype.execCommand = function(c, u, v) {} /** * @type {tinyMCEObject} */ var tinyMCE; $.pkp.locale = { search_noKeywordError: '', form_dataHasChanged: '' };