app.js 95 B

123456
  1. /*global define */
  2. define([], function () {
  3. 'use strict';
  4. return '\'Allo \'Allo!';
  5. });