-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
define(["requirejs-dplugins/has"], function (has) { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
wkeese
Member
|
||
has.add("intl-api", function (global) { | ||
return typeof global.Intl !== "undefined" && global.Intl.NumberFormat && global.Intl.DateTimeFormat; | ||
}); | ||
return has; | ||
}); |
the jsdoc of this module must document the purpose and the flag