mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 22:58:31 +00:00
15 lines
312 B
JavaScript
15 lines
312 B
JavaScript
/*1385419625,181944095,JIT Construction: v1021776,en_US*/
|
|
/**
|
|
* Copyright Test Inc.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*/
|
|
// Copyright Test Inc.
|
|
//
|
|
// etc...
|
|
// etc...
|
|
function foo(){var a=1;var b=2;bar(a,b);}
|
|
function bar(c,d){return 3;}
|
|
foo();
|