diff --git a/wp-includes/js/media/audio-video.js b/wp-includes/js/media/audio-video.js index 33aa341e3c..4389a081ea 100644 --- a/wp-includes/js/media/audio-video.js +++ b/wp-includes/js/media/audio-video.js @@ -1365,7 +1365,7 @@ AttachmentCompat = View.extend({ module.exports = AttachmentCompat; },{"./view.js":51}],12:[function(require,module,exports){ -/*globals _ */ +/*globals _, jQuery */ /** * wp.media.view.AttachmentFilters @@ -1445,6 +1445,8 @@ AttachmentFilters = View.extend({ module.exports = AttachmentFilters; },{"./view.js":51}],13:[function(require,module,exports){ +/*globals wp */ + /** * wp.media.view.AttachmentFilters.All * @@ -1580,6 +1582,8 @@ DateFilter = AttachmentFilters.extend({ module.exports = DateFilter; },{"../attachment-filters.js":12}],15:[function(require,module,exports){ +/*globals wp */ + /** * wp.media.view.AttachmentFilters.Uploaded * @@ -2359,7 +2363,7 @@ Library = Attachment.extend({ module.exports = Library; },{"../attachment.js":16}],19:[function(require,module,exports){ -/*globals wp, _ */ +/*globals wp, _, jQuery */ /** * wp.media.view.Attachments @@ -4032,6 +4036,8 @@ module.exports = Iframe; },{"./view.js":51}],30:[function(require,module,exports){ /** + * wp.media.view.Label + * * @class * @augments wp.media.View * @augments wp.Backbone.View @@ -4482,6 +4488,8 @@ _.each(['open','close','attach','detach','escape'], function( method ) { module.exports = MediaFrame; },{"./frame.js":24,"./iframe.js":29,"./menu.js":34,"./modal.js":35,"./router.js":38,"./toolbar.js":44,"./uploader/window.js":49,"./view.js":51}],33:[function(require,module,exports){ +/*globals jQuery */ + /** * wp.media.view.MenuItem * @@ -4672,7 +4680,7 @@ Menu = PriorityList.extend({ module.exports = Menu; },{"./menu-item.js":33,"./priority-list.js":36}],35:[function(require,module,exports){ -/*globals wp, _ */ +/*globals wp, _, jQuery */ /** * wp.media.view.Modal @@ -5056,6 +5064,8 @@ Router = Menu.extend({ module.exports = Router; },{"./menu.js":34,"./router-item.js":37}],39:[function(require,module,exports){ +/*globals wp */ + /** * wp.media.view.Search * @@ -5753,6 +5763,8 @@ UploaderInline = View.extend({ module.exports = UploaderInline; },{"../view.js":51,"./status.js":48}],47:[function(require,module,exports){ +/*globals wp */ + /** * wp.media.view.UploaderStatusError * diff --git a/wp-includes/js/media/controllers/edit-attachment-metadata.js b/wp-includes/js/media/controllers/edit-attachment-metadata.js index 8cfa860cf5..ac5c8eb68c 100644 --- a/wp-includes/js/media/controllers/edit-attachment-metadata.js +++ b/wp-includes/js/media/controllers/edit-attachment-metadata.js @@ -1,3 +1,5 @@ +/*globals wp */ + /** * wp.media.controller.EditAttachmentMetadata * diff --git a/wp-includes/js/media/controllers/edit-image.js b/wp-includes/js/media/controllers/edit-image.js index 977d8ac21e..d80195fce9 100644 --- a/wp-includes/js/media/controllers/edit-image.js +++ b/wp-includes/js/media/controllers/edit-image.js @@ -1,3 +1,5 @@ +/*globals wp */ + /** * wp.media.controller.EditImage * diff --git a/wp-includes/js/media/controllers/gallery-add.js b/wp-includes/js/media/controllers/gallery-add.js index 574f1222cd..4e06591099 100644 --- a/wp-includes/js/media/controllers/gallery-add.js +++ b/wp-includes/js/media/controllers/gallery-add.js @@ -1,6 +1,8 @@ /*globals wp, _ */ /** + * wp.media.controller.GalleryAdd + * * A state for selecting more images to add to a gallery. * * @class diff --git a/wp-includes/js/media/controllers/gallery-edit.js b/wp-includes/js/media/controllers/gallery-edit.js index f65e1f4fc3..b8a5306433 100644 --- a/wp-includes/js/media/controllers/gallery-edit.js +++ b/wp-includes/js/media/controllers/gallery-edit.js @@ -1,3 +1,5 @@ +/*globals wp */ + /** * wp.media.controller.GalleryEdit * diff --git a/wp-includes/js/media/grid.js b/wp-includes/js/media/grid.js index 5b958d31cf..15dbaea357 100644 --- a/wp-includes/js/media/grid.js +++ b/wp-includes/js/media/grid.js @@ -1,4 +1,6 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o