blob: da049fe1a9918feff02970a796878d33d0cc94f7 [file] [log] [blame]
Simon Hunt0b05d4a2014-10-21 21:50:15 -07001/*
2 Module template file.
3
4 @author Simon Hunt
5 */
6
7(function (onos) {
8 'use strict';
9
10 var api = onos.api;
11
12 // == define your functions here.....
13
14
15 // == register views here, with links to lifecycle callbacks
16
17// api.addView('view-id', {/* callbacks */});
18
19
20}(ONOS));