~gmb/maas/dont-powercheck-broken-nodes-bug-1402243

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Copyright 2014 Canonical Ltd.  This software is licensed under the
 * GNU Affero General Public License version 3 (see the file LICENSE).
 *
 * TODO: document me.
 *
 * @module Y.maas.sample
 */

// TODO: Replace "sample" with module name throughout.
YUI.add('maas.sample', function(Y) {

Y.log('loading maas.sample');
var module = Y.namespace('maas.sample');

// Only used to mockup io in tests.
module._io = new Y.IO();

}, '0.1', {'requires': ['view', 'io', 'maas.node' ]}
);