Browse Source

Style iife

gh-438-b
mnater 9 years ago
parent
commit
bd84c67a2e
  1. 3
      test/cli/banner-intro-outro-footer/_expected.js

3
test/cli/banner-intro-outro-footer/_expected.js

@ -1,5 +1,6 @@
// banner
(function () { 'use strict';
(function () {
'use strict';
// intro
console.log( 42 );

Loading…
Cancel
Save