And it is not currently working. The page immediately throws this error:
"TypeError: fluid.initView is not a function var that = fluid.initView("fluid.infusionBuilder", container, options);"
This appears to be due to the fact that the Builder itself doesn't use an Infusion build file, and instead links to individual files. Somewhere along the way to Infusion 1.5, files were restructured to provide a complete separation between code that requires the DOM and code that does not. fluid.initView() was moved to FluidView.js, but the Builder does not link to this file.
Environment
None
Activity
Show:
Justin Obara August 14, 2012 at 5:11 PM
Merged into the project repo at 09a8eec47abbcdb73ed4c54452604bf87bcbef9d
The daily build of the Infusion Builder is located here:
http://build.fluidproject.org/infusionBuilder/html/InfusionBuilder.html
And it is not currently working. The page immediately throws this error:
"TypeError: fluid.initView is not a function
var that = fluid.initView("fluid.infusionBuilder", container, options);"
This appears to be due to the fact that the Builder itself doesn't use an Infusion build file, and instead links to individual files. Somewhere along the way to Infusion 1.5, files were restructured to provide a complete separation between code that requires the DOM and code that does not. fluid.initView() was moved to FluidView.js, but the Builder does not link to this file.