flatten.js #1

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

module.exports = function (t, a) {
	a.deep(t({ a: { aa: 1, ab: 2 }, b: { ba: 3, bb: 4 } }),
		{ aa: 1, ab: 2, ba: 3, bb: 4 });
};
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command