Skip to content

Commit

Permalink
pkp#988 Add plupload externs
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 22, 2016
1 parent 46c2b84 commit 84a8c6c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tools/closure-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jQueryObject.prototype.jLabel = function(options) {};
*/
jQueryObject.prototype.selectBox = function(options) {};

/**
* @param {Object|string=} param1
*/
jQueryObject.prototype.plupload = function(param1) {};

jQueryObject.prototype.equalizeElementHeights = function() {};

/**
Expand Down Expand Up @@ -220,6 +215,14 @@ tinyMCEObject.prototype.onSetContent.remove = function(param1) {};
*/
var tinyMCE;

var plupload = {};

/**
* @param {Object} options
* @constructor
*/
plupload.Uploader = function (options) {};


$.pkp.locale = {
search_noKeywordError: '',
Expand Down

0 comments on commit 84a8c6c

Please sign in to comment.