mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Use react.js version with bundled addons.
This does _not_ bump the version number of react, it just uses the version with addons bundled in. These are mostly utility features, but the main reason is for the animations addon. Trying to add CSS transitions to elements entering or exiting the DOM _without_ this addon would be a major pain.
This commit is contained in:
@@ -498,7 +498,7 @@ module["policies"] = Module("policies.js",
|
||||
module["sponsored"] = LocalizedModule("sponsored.js",
|
||||
"lib/ui.core.js",
|
||||
"lib/ui.datepicker.js",
|
||||
"lib/react-0.11.2.js",
|
||||
"lib/react-with-addons-0.11.2.js",
|
||||
"sponsored.js"
|
||||
)
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user