Use camelCase not under_score, I forgot it's coffee script.
This commit is contained in:
parent
99f6a5678a
commit
948e50285d
9 changed files with 38 additions and 38 deletions
|
@ -1,5 +1,5 @@
|
|||
EventEmitter = require('events').EventEmitter
|
||||
ipc = process.atom_binding('ipc')
|
||||
ipc = process.atomBinding('ipc')
|
||||
|
||||
class Ipc extends EventEmitter
|
||||
constructor: ->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ipc = require 'ipc'
|
||||
v8_util = process.atom_binding 'v8_util'
|
||||
v8_util = process.atomBinding 'v8_util'
|
||||
|
||||
# Transform the description of value into a value or delegate object.
|
||||
metaToValue = (meta) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue