I hereby claim:
- I am dylans on github.
- I am dylanks (https://keybase.io/dylanks) on keybase.
- I have a public key whose fingerprint is E117 84EC 5CD7 6700 D807 D0CD D44D 8770 1372 A4CE
To claim this, I am signing this object:
| declare module 'logging/index' { | |
| /** | |
| * This library is part of the Aurelia platform and contains a minimal but effective logging mechanism | |
| * with support for log levels and pluggable log appenders. | |
| * | |
| * @module logging | |
| */ | |
| /** | |
| * Creates an instance of Error that aggregates and preserves an innerError. | |
| * |
I hereby claim:
To claim this, I am signing this object:
| var require = { | |
| baseUrl: ".", | |
| packages: [ | |
| "dojo" | |
| ], | |
| // etc. | |
| } | |
| // or |
| define([ | |
| "dojo/_base/array", | |
| "dojo/_base/declare", | |
| "dojo/_base/lang" | |
| ], function (arrayUtil, declare, lang) { | |
| return declare(null, { | |
| getAllChildren: function () { | |
| // puts all children into a flat array | |
| console.log(this.getNestedChildren); | |
| return (this.hasChildren()) ? this.getNestedChildren(this) : []; |
| /** | |
| * This is a new Dojo 1.7 style build profile. Look at util/build/buildControlDefault.js if you want to explore the | |
| * default Dojo build profile options. | |
| */ | |
| // This function is used to determine whether or not a resource should be tagged as copy-only. See the resourceTags | |
| // property below for more information. | |
| function copyOnly(mid) { | |
| return mid in { |