mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove duplicate simulateDomAttachment function
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user