Sha256: 83a1e39c55cce12fba4f8dd7d79a10e1f1ef2434fc553f6c4e512496aa40c794

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

window.$remote = require('remote')

window.$search_for = (str) ->
  if window.find(str, 0, 0, 1)
    anchor = window.getSelection().anchorNode
    anchor = anchor.parentNode unless anchor.nodeType == 1
    anchor.scrollIntoView()

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flammarion-0.0.11 electron/preload.coffee