You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// RequireJS plugin to handle embedding JSON files (such as for string resources)
define(['require'], function (req) {
"use strict";
var api = {};
var content = {};
// Called to load a resource. This is the only mandatory API method that
// needs to be implemented for the plugin to be useful.
api.load = function (name, parentRequire, onLoad, config) {