UNPKG
jqbuild
Version:
latest (0.1.0)
0.1.0
A command line build tool for jQuery plugins.
github.com/cowboy/node-jqbuild
cowboy/node-jqbuild
jqbuild
/
examples
/
multiple-plugins
/
src
/
not-random.js
5 lines
(4 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
// PLEASE, don't ever do this.
Math
[
'random'
] =
function
(
) {
return
0
};