UNPKG
jsmin-sourcemap
Version:
latest (0.16.0)
0.16.0
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.3
0.9.2
0.9.0
JSMin with sourcemaps!
github.com/twolfson/node-jsmin-sourcemap
twolfson/node-jsmin-sourcemap
jsmin-sourcemap
/
tests
/
test_files
/
strict4.js
6 lines
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
var
variable2 =
'value2'
;
function
file2Function
(
) {
console
.
log
(
"clicked"
, variable2); } $(
"body"
).
bind
(
"click"
, file2Function);