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:
Matt Lee
2014-12-15 16:14:00 -08:00
parent 2b0add9a5f
commit 800d755633
2 changed files with 1938 additions and 146 deletions

View File

@@ -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"
)