On line 52, view._domrange can be null if its called before the dom is ready. Best to check for null and return null if !view._domrange
On line 52, view._domrange can be null if its called before the dom is ready. Best to check for null and return null if !view._domrange