invoke.js #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • es5-ext/
  • test/
  • function/
  • invoke.js
  • View
  • Commits
  • Open Download .zip Download (155 B)
"use strict";

var constant = require("../../function/constant")

  , o = { b: constant("c") };

module.exports = function (t, a) {
	a(t("b")(o), "c");
};
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command