UNPKG
beast-roar
Version:
latest (0.0.1)
0.0.1
This is a Framework that can help to generate views for your applications
beast-roar
/
lib
/
commandtest.js
10 lines
(6 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Generated by CoffeeScript 1.7.1
(
function
(
) {
var
CommandLine
, cmd;
CommandLine
=
require
(
"../lib/Application.js"
).
CommandLine
; cmd =
CommandLine
.
getInstance
(); }).
call
(
this
);