FLUID-2940: fluid.moduleLayout = fluid.moduleLayout || {}; is in the wrong location in moduleLayout.js

Metadata

Source
FLUID-2940
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2009-06-11T11:35:54.000-0400
Updated
2009-08-06T13:36:51.000-0400
Versions
N/A
Fixed Versions
  1. 1.1.1
  2. 1.2
Component
  1. Reorderer

Description

fluid.moduleLayout = fluid.moduleLayout || {};

should be inside the closure in moduleLayout.js

Comments

  • Justin Obara commented 2009-06-11T12:01:42.000-0400

    Moved fluid.moduleLayout = fluid.moduleLayout || {}; inside of the closure

  • Antranig Basman commented 2009-08-05T07:05:47.000-0400

    Committed to branch for 1.1.1 release

  • Justin Obara commented 2009-08-05T08:16:48.000-0400

    Bug Parade 1.1.1 release

  • Justin Obara commented 2009-08-06T13:36:51.000-0400

    The back porting into the 1.1.x branch appears to be the same as in trunk.

    Tested using:

    FF3, FF3.5 (Mac OS 10.5)
    IE 7 (Win Vista)