Created
March 3, 2016 00:36
-
-
Save mudrd8mz/27e0d55bfbd1be607a37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define(['core/yui'], function(Y) { | |
// ... | |
function foo() { | |
Y.use('core_filepicker', function (Y) { | |
// ... | |
M.core_filepicker.show(Y, options); | |
// ^^^ if executed quick enough, this fails with | |
// TypeError: Y.Node.createWithFilesSkin(...) is null | |
// lib/javascript.php/-1/repository/filepicker.js Line 1304 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment