Remove duplicate simulateDomAttachment function

This commit is contained in:
Kevin Sawicki
2013-01-11 10:42:43 -08:00
parent eaa164e109
commit a950673767

View File

@@ -200,8 +200,5 @@ $.fn.textInput = (data) ->
event = jQuery.event.fix(event)
$(this).trigger(event)
$.fn.simulateDomAttachment = ->
$('<html>').append(this)
unless fs.md5ForPath(require.resolve('fixtures/sample.js')) == "dd38087d0d7e3e4802a6d3f9b9745f2b"
throw "Sample.js is modified"