fix(lint): Resolve linter errors

This commit is contained in:
Ben Gotow 2015-04-27 17:29:55 -07:00
parent 0fdef6a1a6
commit b488ffb6a9
3 changed files with 4 additions and 4 deletions

View file

@ -4,10 +4,10 @@ module.exports =
# This copied out CoffeeScript
includeModule: (mixin) ->
if not mixin
return throw 'Supplied mixin was not found'
return throw new Error('Supplied mixin was not found')
if not _
return throw 'Underscore was not found'
return throw new Error('Underscore was not found')
mixin = mixin.prototype if _.isFunction(mixin)

View file

@ -4,7 +4,7 @@ _ = require 'underscore-plus'
###
Public: The Tag model represents a Nylas Tag object. For more information
about Tags on the Nylas Platform, read the
about Tags on the Nylas Platform, read the
[https://nylas.com/docs/api#tags](Tags API Documentation)
## Attributes

View file

@ -11,7 +11,7 @@ Function::getter = (prop, get) ->
###
Public: The Thread model represents a Nylas Thread object. For more information
about Threads on the Nylas Platform, read the
about Threads on the Nylas Platform, read the
[https://nylas.com/docs/api#threads](Threads API Documentation)
## Attributes