Sha256: e82c9f85b248fd15838eb585b184b3eefa97d64cf4f6b398b9297365837ece09
Contents?: true
Size: 353 Bytes
Versions: 18
Compression:
Stored size: 353 Bytes
Contents
//Katello global object namespace that all others should be attached to var KT = KT ? KT : {}; //i18n global variable var katelloI18n = {}; //Setup lodash KT.utils = _.noConflict(); _ = KT.utils; function localize(data) { for (var key in data) { if(data.hasOwnProperty(key)) { katelloI18n[key] = data[key]; } } }
Version data entries
18 entries across 18 versions & 1 rubygems