We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Un-needed handlers must not be download. A solution would be to use has plugin to require them:
define(["./features!mspointer?mspointer", ...], function(mspointer, ...) { });
with dpointer/features:
define(["dojo/has"], function (has) { has.add("mspointer", ....); // .. return has; }
The text was updated successfully, but these errors were encountered:
Leverage has() for feature detection. Ref ibm-js#4.
72cdb0b
Conditional loading of mspointer module. Ref ibm-js#4.
6154052
seb-pereira
No branches or pull requests
Un-needed handlers must not be download. A solution would be to use has plugin to require them:
with dpointer/features:
The text was updated successfully, but these errors were encountered: