File: controller.coffee

package info (click to toggle)
node-amdefine 1.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 616 kB
  • sloc: javascript: 7,139; makefile: 2; sh: 1
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
if typeof define isnt 'function'
  define = (require('../../../amdefine'))(module)

define ->
  attach: () ->
    return 'attach'