Created by: hnrch02
This includes three rather controversial things: 1.
- Renames the argument of the UMD function to
factory
fromo_o
- Subsequently re-enables
requireCamelCaseOrUpperCaseIdentifiers
for JSCS -
- Re-enables the
strict
rule of JSHint - Adds
/* jshint strict: false */
to the function (as suggested by @XhmikosR)
- Re-enables the
- Replaces
===
in favor of==
in the UMD function to comply with the currently used comparator withtypeof
in the rest of the codebase. (Ref)
This is why I have split this into two easy-to-revert commits, in case the hopefully vivid discussion following this PR concludes that something should be removed.
/cc @fat @cvrebert
(Remember, make love, not war <3)