diff options
Diffstat (limited to 'lib/utils.coffee')
| -rw-r--r-- | lib/utils.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/utils.coffee b/lib/utils.coffee index d4beff03..c0da6fb3 100644 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -21,7 +21,7 @@ Utils =    # Creates a single DOM element from :html    createElementFromHtml: (html) -> -    tmp = document.createElement("div") +    tmp = DomUtils.createElement("div")      tmp.innerHTML = html      tmp.firstChild | 
