Skip to content

Commit

Permalink
fix js ]error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu committed Jul 7, 2015
1 parent 734506e commit 5ccffcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/resource-space-vc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
var contentRegion = wp.media.frame.views.get( '.media-frame-content' );

if ( contentRegion[0] ) {
contentRegion.collection.add( this.attachments );
contentRegion[0].collection.add( this.attachments );
}

this.complete();
Expand Down

0 comments on commit 5ccffcc

Please sign in to comment.