UNPKG

fd-gulp-encodingfilter

Version:

filt the assigned encoding file

5 lines 174 B
define('amdtest/showtext', ['exports', 'amdtest/text', 'jquery'], function(exports, Text, $) { exports.show = function( index ) { $('.text').html(Text[index]); }; });