MCPcopy Create free account
hub / github.com/codecombat/codecombat / initializeFilePicker

Function initializeFilePicker

app/core/treema-ext.js:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25require('vendor/styles/jquery-ui-1.11.1.custom.css')
26
27const initializeFilePicker = function () {
28 if (!globalVar.application.isIPadApp) { return require('core/services/filepicker')() }
29}
30
31const uploadFailHandler = function (jqxhr, textStatus, error) {
32 try {

Callers 3

constructorMethod · 0.70
constructorMethod · 0.70
constructorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected