Titanium JIRA Archive
Alloy (ALOY)

[ALOY-131] Use uglify to intelligently determine if getRoot() should be used in add() or remove() functions

GitHub Issuen/a
TypeStory
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2012-08-28T20:21:40.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsXML
Labelsn/a
ReporterTony Lukasavage
AssigneeRussell McMahon
Created2012-07-26T08:56:02.000+0000
Updated2014-02-04T00:34:53.000+0000

Description

Comments

  1. Tony Lukasavage 2012-07-27

    Can't use the \_.isFunction(view.getRoot) call because on iOS this ALWAYS returns true on proxy objects due to the native mappings. I'm instead using a custom property \_\_iamalloy\_\_ to simply mark components, also making the runtime check faster.

JSON Source