# When you change APP, be sure to update it in mylibs/util.js
window.APP =

  methodName: ->

  # Initializers
  common:
    init: ->

APP.common.init()