Skip to content
Snippets Groups Projects
Commit de880a0b authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

jquery ui import helper

parent 4b534226
No related branches found
No related tags found
No related merge requests found
/// <reference types="jquery" />
/// <reference types="jqueryui" />
declare const _default: JQueryStatic;
export default _default;
{"version":3,"file":"import-query.js","sourceRoot":"","sources":["../src/import-query.ts"],"names":[],"mappings":";;AAAA,0BAA6B;AAE7B,kBAAe,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC","sourcesContent":["import $ = require(\"jquery\");\r\n\r\nexport default (window['$'] = window['jQuery'] = $);"]}
\ No newline at end of file
import 'jqueryui';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var $ = require("jquery");
exports.default = (window['$'] = window['jQuery'] = $);
//# sourceMappingURL=import-query.js.map
\ No newline at end of file
window['$'] = window['jQuery'] = $;
require("jqueryui");
//# sourceMappingURL=import-queryui.js.map
\ No newline at end of file
{"version":3,"file":"import-queryui.js","sourceRoot":"","sources":["../src/import-queryui.ts"],"names":[],"mappings":";;AAAA,0BAA6B;AAC7B,MAAM,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;AACnC,oBAAkB","sourcesContent":["import $ = require(\"jquery\");\r\nwindow['$'] = window['jQuery'] = $;\r\nimport 'jqueryui';\r\n"]}
\ No newline at end of file
import $ = require("jquery");
export default (window['$'] = window['jQuery'] = $);
\ No newline at end of file
window['$'] = window['jQuery'] = $;
import 'jqueryui';
......@@ -3,8 +3,6 @@
*/
import {React} from './reactAndRedux';
import $ = require("jquery");
window['$'] = window['jQuery'] = $; // notice the definition of global variables here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment