Declare args as a local variable. props greuben. fixes #25078.

Built from https://develop.svn.wordpress.org/trunk@25080


git-svn-id: http://core.svn.wordpress.org/trunk@25065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-08-22 02:11:08 +00:00
parent 52e2e61cb1
commit 6509e4e686
2 changed files with 2 additions and 2 deletions

View File

@ -681,7 +681,7 @@ window.wp = window.wp || {};
},
sync: function( method, model, options ) {
var fallback;
var args, fallback;
// Overload the read method so Attachment.fetch() functions correctly.
if ( 'read' === method ) {

File diff suppressed because one or more lines are too long