Hi, > if(styleable.style !== 'undefined' && styleable.style != null) > > You will have both cases handled.
(styleable.style != null) will cover both cases as well - and probably a few you may not want :-) Until we sort out the way to do this I've just put in something that worked on both platforms. Thanks, Justin