Stackedit/public/res/libs/ace_text.js
2013-10-06 21:26:11 +01:00

12 lines
191 B
JavaScript

(function() {
define(function (require, exports, module) {
"use strict";
exports.load = function (name, req, onLoad, config) {
onLoad('', 'utf8');
};
});
})();