UNPKG

fd-gulp-convert-encoding

Version:

convert file to assigned charset

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