Sha256: f1cd03d2fd2bcaf63a16257f86e830d8c6de6627d5b11d2f896babd5731412ae

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

(function(){
  var _a, _b, age, ages, child, years_old;
  var __hasProp = Object.prototype.hasOwnProperty;
  years_old = {
    max: 10,
    ida: 9,
    tim: 11
  };
  ages = (function() {
    _a = []; _b = years_old;
    for (child in _b) { if (__hasProp.call(_b, child)) {
      age = _b[child];
      _a.push(child + " is " + age);
    }}
    return _a;
  }).call(this);
})();

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
haml-more-0.4.0.c vendor/coffee-script/documentation/js/object_comprehensions.js
haml-more-0.4.0.b vendor/coffee-script/documentation/js/object_comprehensions.js
haml-more-0.4.0.a vendor/coffee-script/documentation/js/object_comprehensions.js