Skip to content

Commit

Permalink
Additional fixes for #2532705
Browse files Browse the repository at this point in the history
  • Loading branch information
allenrabinovich committed Nov 10, 2012
1 parent acc255d commit 10564ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uploader/js/uploader-flash.js
Expand Up @@ -9,7 +9,7 @@
*/

// Shorthands for external modules
var substitute = Y.substitute,
var substitute = Y.Lang.sub,
UploaderQueue = Y.Uploader.Queue,
getCN = Y.ClassNameManager.getClassName,
UPLOADER = 'uploader',
Expand Down
2 changes: 1 addition & 1 deletion src/uploader/js/uploader-html5.js
Expand Up @@ -9,7 +9,7 @@
*/

// Shorthands for the external modules
var substitute = Y.substitute,
var substitute = Y.Lang.sub,
UploaderQueue = Y.Uploader.Queue;

/**
Expand Down

0 comments on commit 10564ff

Please sign in to comment.