Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am carlyle on github.
  • I am carlyle (https://keybase.io/carlyle) on keybase.
  • I have a public key ASD-_l74HozlHoL_qlTHRMrbkfWx3KpJi2JCdR7CfYVH_go

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am carlyle on github.
  • I am carlyle (https://keybase.io/carlyle) on keybase.
  • I have a public key whose fingerprint is 7A31 5D9C F877 F709 C725 B312 FC1D C1CB EBDC BA1E

To claim this, I am signing this object:

@carlyle
carlyle / error_controller.js.coffee
Created January 30, 2013 05:44
Example use case for the "Allowing for routing functions to be passed to the 'routes' property of Backbone.Router" pull request
define [], ->
ErrorController =
not_found: ->
console.warn "Not Found"
@carlyle
carlyle / error_controller.js.coffee
Last active December 11, 2015 22:39
Example use case for the "Allowing for routing functions to be passed to the 'routes' property of Backbone.Router" pull request
define [], ->
ErrorController =
not_found: ->
console.warn "Not Found"