Skip to content

Instantly share code, notes, and snippets.

@mudrd8mz
Created March 3, 2016 00:36
Show Gist options
  • Save mudrd8mz/27e0d55bfbd1be607a37 to your computer and use it in GitHub Desktop.
Save mudrd8mz/27e0d55bfbd1be607a37 to your computer and use it in GitHub Desktop.
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