UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

8 lines (6 loc) 296 B
/// <reference path="chosen.jquery.d.ts" /> $(".chzn-select").chosen({ no_results_text: "No results matched" }); $("#form_field").chosen().change(); $("#form_field").trigger("liszt:updated"); $(".chzn-select").chosen(); $(".chzn-select-deselect").chosen({ allow_single_deselect: true });