FLUID-3363: Release 1.1.2: Before the trunk is reopened, restore fluid.fail()

Metadata

Source
FLUID-3363
Type
Task
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Eli Cochran
Created
2009-11-05T15:41:34.000-0500
Updated
2010-03-23T11:33:45.000-0400
Versions
  1. 1.1.2
Fixed Versions
  1. 1.1.2
Component
  1. Framework

Description

Before the trunk is reopened, restore fluid.fail()

comment out:
line 32: throw new Error(message);

and uncomment:
//message.fail(); // Intentionally cause a browser error by invoking a nonexistent function.

1.2-release-process

Comments

  • Justin Obara commented 2010-03-23T11:33:45.000-0400

    It appears that this has been performed on trunk already.