2014-10-20 01:40:23 +11:00

6 lines
91 B
JavaScript

"use strict";
define(["exports", "foo"], function (exports, _foo) {
var foo = _foo;
});