{"version":3,"file":"js/c55e08bc5508fb4a0633.chunk.js","mappings":"yEAAA,QAcA,EAAO,CAAC,SAAmB,SAAwB,QAAQ,EAAG,WAAUA,EAAQC,EAAaC,EAAG,CAE9F,IAAIC,EAAW,SAAUC,EAAS,CAChC,OAAOJ,EACJ,MAAM,SAAUK,EAAK,CACfD,EAAQ,oBACXF,EAAE,QAAQ,EAAE,UAAU,CAAC,EAEzBG,EAAI,QAAQ,CACd,CAAC,EACA,QAAQ,CACb,EAEA,OAAOF,CACT,EAAC,oC","sources":["webpack:///./legacy/transitions/basic.js"],"sourcesContent":["// ???: Because we have custom Durandal transitions, we need to add this module directly in the app\n/* eslint-disable */\n/**\n * Durandal 2.1.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.\n * Available via the MIT license.\n * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details.\n */\n/**\n * The entrance transition module.\n * @module entrance\n * @requires system\n * @requires composition\n * @requires jquery\n */\ndefine(['durandal/system', 'durandal/composition', 'jquery'], function (system, composition, $) {\n // no animation\n var entrance = function (context) {\n return system\n .defer(function (dfd) {\n if (!context.keepScrollPosition) {\n $(document).scrollTop(0);\n }\n dfd.resolve();\n })\n .promise();\n };\n\n return entrance;\n});\n"],"names":["system","composition","$","entrance","context","dfd"],"sourceRoot":""}