malta
Version:
Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.
33 lines (30 loc) • 692 B
JavaScript
/**
* Main namespace
* @namespace SM
* @type {Object}
*/
SM = {
/**
* [fun description]
* @return {string} just a static mauri & raja
*/
fun : function () {
'use strict';
var t = "one two three $name$ !{$puzzle.three$*$puzzle.two$}!";
var t = function r(){const y = 's'}
$$bbb.js$$
eval('var yy=2' );
// __TIME__
alert('Federico Ghedina ' + t);
jjj();
return 'hello';
},
/**
* [anotherFunction description extended]
* @return {[type]} [description]
*/
anotherFunction : function () {
'use strict'
alert('hello there and here and there');
}
};