diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/utils.coffee | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/lib/utils.coffee b/lib/utils.coffee index c0da6fb3..90469fad 100644 --- a/lib/utils.coffee +++ b/lib/utils.coffee @@ -19,12 +19,6 @@ Utils =      func = obj[components.pop()]      func.apply(obj, argArray) -  # Creates a single DOM element from :html -  createElementFromHtml: (html) -> -    tmp = DomUtils.createElement("div") -    tmp.innerHTML = html -    tmp.firstChild -    escapeHtml: (string) -> string.replace(/</g, "<").replace(/>/g, ">")    # Generates a unique ID | 
