Sha256: 461f810c08ecc76168856d56cc6069dd88cf0624d4e4216798e2c56ea218b99e

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

Lanes.Models.Bootstrap = {

    initialize: (options)->
        Lanes.Models.Config.csrf_token = options.csrf
        Lanes.Models.Config.api_path  = options.api_path
        Lanes.Extensions.setBootstrapData(options);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lanes-0.1.5 client/lanes/models/Bootstrap.coffee
lanes-0.1.2 client/lanes/models/Bootstrap.coffee