/* Amber package loading. Load this script as well as require.js (works in any order; either defines 'require', thus passing config, if loaded prior require.js; or calls require.config, if loaded post require.js). Usage example: require(['amber/devel'], function(amber) { amber.initialize({"transport.defaultAmdNamespace": "com_example_myproject"}); amber.globals.Browser._open(); // for legacy IDE amber.popupHelios(); // for Helios IDE }); For detailed explanation of amber loading, see: https://github.com/amber-smalltalk/amber/wiki/How-to-load-amber */ var require; require = function (require) { function uniquelyMapped(symbolicPath) { if (require && typeof define !== "undefined" && define.amd) { var mappedPath = require.toUrl(symbolicPath), basePath = require.toUrl('') + symbolicPath; if (resolveViaDOM(mappedPath) !== resolveViaDOM(basePath)) { return mappedPath; } } } function myTag() { // To be able to use its path and attributes // to map other parts of Amber, this code must find its path. // It first looks if require is already present && 'amber' path mapped. // It not, it looks for id 'amber-path-mapper'. // When loading amber.js asynchronously, you must include this id, // or the code can not reliably find its