Commit d026e399 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Save config file as a normal file

parent d16a260a
'use strict' 'use strict'
var CONFIG_FILE = '.browser-solidity.json' var utils = require('./utils')
var CONFIG_FILE = utils.fileKey('.browser-solidity.json')
function Config (storage) { function Config (storage) {
this.items = {} this.items = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment