call = require '../call'

module.exports = ( config, callback ) ->

  call config, 'position/open', callback
