{"version":3,"sources":["vendor/ember-cli/app-prefix.js","dummy/app.js","dummy/controllers/array.js","dummy/controllers/object.js","dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/objects.jshint.js","dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/payments.jshint.js","dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/results.jshint.js","dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/token.jshint.js","dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/utils.jshint.js","dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/initializers/paypal.jshint.js","dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/instance-initializers/paypal.jshint.js","dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/services/paypal.jshint.js","dummy/initializers/app-version.js","dummy/initializers/export-application-global.js","dummy/initializers/paypal.js","dummy/instance-initializers/paypal.js","dummy/router.js","dummy/services/paypal.js","dummy/templates/application.js","dummy/tests/app.jshint.js","dummy/tests/helpers/resolver.js","dummy/tests/helpers/resolver.jshint.js","dummy/tests/helpers/start-app.js","dummy/tests/helpers/start-app.jshint.js","dummy/tests/router.jshint.js","dummy/tests/test-helper.js","dummy/tests/test-helper.jshint.js","dummy/tests/unit/initializers/paypal-test.js","dummy/tests/unit/initializers/paypal-test.jshint.js","dummy/tests/unit/services/paypal-test.js","dummy/tests/unit/services/paypal-test.jshint.js","vendor/ember-cli/app-suffix.js","vendor/ember-cli/app-boot.js"],"sourcesContent":["/* jshint ignore:start */\n\n/* jshint ignore:end */\n","define('dummy/app', ['exports', 'ember', 'ember/resolver', 'ember/load-initializers', 'dummy/config/environment'], function (exports, Ember, Resolver, loadInitializers, config) {\n\n  'use strict';\n\n  var App;\n\n  Ember['default'].MODEL_FACTORY_INJECTIONS = true;\n\n  App = Ember['default'].Application.extend({\n    modulePrefix: config['default'].modulePrefix,\n    podModulePrefix: config['default'].podModulePrefix,\n    Resolver: Resolver['default']\n  });\n\n  loadInitializers['default'](App, config['default'].modulePrefix);\n\n  exports['default'] = App;\n\n});","define('dummy/controllers/array', ['exports', 'ember'], function (exports, Ember) {\n\n\t'use strict';\n\n\texports['default'] = Ember['default'].Controller;\n\n});","define('dummy/controllers/object', ['exports', 'ember'], function (exports, Ember) {\n\n\t'use strict';\n\n\texports['default'] = Ember['default'].Controller;\n\n});","define('dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/objects.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - modules/ember-cli-paypal/core/objects.js', function () {\n    it('should pass jshint', function () {\n      expect(false, 'modules/ember-cli-paypal/core/objects.js should pass jshint.\\nmodules/ember-cli-paypal/core/objects.js: line 70, col 14, Missing semicolon.\\nmodules/ember-cli-paypal/core/objects.js: line 205, col 32, \\'obj\\' is defined but never used.\\n\\n2 errors').to.be.ok;\n    });\n  });\n\n});","define('dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/payments.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - modules/ember-cli-paypal/core/payments.js', function () {\n    it('should pass jshint', function () {\n      expect(false, 'modules/ember-cli-paypal/core/payments.js should pass jshint.\\nmodules/ember-cli-paypal/core/payments.js: line 51, col 23, \\'dataReject\\' is defined but never used.\\n\\n1 error').to.be.ok;\n    });\n  });\n\n});","define('dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/results.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - modules/ember-cli-paypal/core/results.js', function () {\n    it('should pass jshint', function () {\n      expect(true, 'modules/ember-cli-paypal/core/results.js should pass jshint.').to.be.ok;\n    });\n  });\n\n});","define('dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/token.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - modules/ember-cli-paypal/core/token.js', function () {\n    it('should pass jshint', function () {\n      expect(true, 'modules/ember-cli-paypal/core/token.js should pass jshint.').to.be.ok;\n    });\n  });\n\n});","define('dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/core/utils.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - modules/ember-cli-paypal/core/utils.js', function () {\n    it('should pass jshint', function () {\n      expect(true, 'modules/ember-cli-paypal/core/utils.js should pass jshint.').to.be.ok;\n    });\n  });\n\n});","define('dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/initializers/paypal.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - modules/ember-cli-paypal/initializers/paypal.js', function () {\n    it('should pass jshint', function () {\n      expect(true, 'modules/ember-cli-paypal/initializers/paypal.js should pass jshint.').to.be.ok;\n    });\n  });\n\n});","define('dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/instance-initializers/paypal.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - modules/ember-cli-paypal/instance-initializers/paypal.js', function () {\n    it('should pass jshint', function () {\n      expect(true, 'modules/ember-cli-paypal/instance-initializers/paypal.js should pass jshint.').to.be.ok;\n    });\n  });\n\n});","define('dummy/ember-cli-paypal/tests/modules/ember-cli-paypal/services/paypal.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - modules/ember-cli-paypal/services/paypal.js', function () {\n    it('should pass jshint', function () {\n      expect(false, 'modules/ember-cli-paypal/services/paypal.js should pass jshint.\\nmodules/ember-cli-paypal/services/paypal.js: line 14, col 40, Missing semicolon.\\nmodules/ember-cli-paypal/services/paypal.js: line 20, col 31, Missing semicolon.\\nmodules/ember-cli-paypal/services/paypal.js: line 4, col 8, \\'Results\\' is defined but never used.\\nmodules/ember-cli-paypal/services/paypal.js: line 26, col 22, \\'success\\' is defined but never used.\\nmodules/ember-cli-paypal/services/paypal.js: line 39, col 22, \\'fail\\' is defined but never used.\\n\\n5 errors').to.be.ok;\n    });\n  });\n\n});","define('dummy/initializers/app-version', ['exports', 'dummy/config/environment', 'ember'], function (exports, config, Ember) {\n\n  'use strict';\n\n  var classify = Ember['default'].String.classify;\n  var registered = false;\n\n  exports['default'] = {\n    name: 'App Version',\n    initialize: function initialize(container, application) {\n      if (!registered) {\n        var appName = classify(application.toString());\n        Ember['default'].libraries.register(appName, config['default'].APP.version);\n        registered = true;\n      }\n    }\n  };\n\n});","define('dummy/initializers/export-application-global', ['exports', 'ember', 'dummy/config/environment'], function (exports, Ember, config) {\n\n  'use strict';\n\n  exports.initialize = initialize;\n\n  function initialize(container, application) {\n    var classifiedName = Ember['default'].String.classify(config['default'].modulePrefix);\n\n    if (config['default'].exportApplicationGlobal && !window[classifiedName]) {\n      window[classifiedName] = application;\n    }\n  }\n\n  ;\n\n  exports['default'] = {\n    name: 'export-application-global',\n\n    initialize: initialize\n  };\n\n});","define('dummy/initializers/paypal', ['exports', 'ember-cli-paypal/initializers/paypal'], function (exports, paypal) {\n\n\t'use strict';\n\n\n\n\texports.default = paypal.default;\n\texports.initialize = paypal.initialize;\n\n});","define('dummy/instance-initializers/paypal', ['exports', 'ember-cli-paypal/instance-initializers/paypal'], function (exports, paypal) {\n\n\t'use strict';\n\n\n\n\texports.default = paypal.default;\n\texports.initialize = paypal.initialize;\n\n});","define('dummy/router', ['exports', 'ember', 'dummy/config/environment'], function (exports, Ember, config) {\n\n  'use strict';\n\n  var Router = Ember['default'].Router.extend({\n    location: config['default'].locationType\n  });\n\n  Router.map(function () {});\n\n  exports['default'] = Router;\n\n});","define('dummy/services/paypal', ['exports', 'ember-cli-paypal/services/paypal'], function (exports, paypal) {\n\n\t'use strict';\n\n\n\n\texports.default = paypal.default;\n\n});","define('dummy/templates/application', ['exports'], function (exports) {\n\n  'use strict';\n\n  exports['default'] = Ember.HTMLBars.template((function() {\n    return {\n      isHTMLBars: true,\n      revision: \"Ember@1.12.0\",\n      blockParams: 0,\n      cachedFragment: null,\n      hasRendered: false,\n      build: function build(dom) {\n        var el0 = dom.createDocumentFragment();\n        var el1 = dom.createElement(\"h2\");\n        dom.setAttribute(el1,\"id\",\"title\");\n        var el2 = dom.createTextNode(\"Welcome to Ember.js\");\n        dom.appendChild(el1, el2);\n        dom.appendChild(el0, el1);\n        var el1 = dom.createTextNode(\"\\n\\n\");\n        dom.appendChild(el0, el1);\n        var el1 = dom.createComment(\"\");\n        dom.appendChild(el0, el1);\n        var el1 = dom.createTextNode(\"\\n\");\n        dom.appendChild(el0, el1);\n        return el0;\n      },\n      render: function render(context, env, contextualElement) {\n        var dom = env.dom;\n        var hooks = env.hooks, content = hooks.content;\n        dom.detectNamespace(contextualElement);\n        var fragment;\n        if (env.useFragmentCache && dom.canClone) {\n          if (this.cachedFragment === null) {\n            fragment = this.build(dom);\n            if (this.hasRendered) {\n              this.cachedFragment = fragment;\n            } else {\n              this.hasRendered = true;\n            }\n          }\n          if (this.cachedFragment) {\n            fragment = dom.cloneNode(this.cachedFragment, true);\n          }\n        } else {\n          fragment = this.build(dom);\n        }\n        var morph0 = dom.createMorphAt(fragment,2,2,contextualElement);\n        content(env, morph0, context, \"outlet\");\n        return fragment;\n      }\n    };\n  }()));\n\n});","define('dummy/tests/app.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - app.js', function(){\n  it('should pass jshint', function() { \n    expect(true, 'app.js should pass jshint.').to.be.ok; \n  })});\n\n});","define('dummy/tests/helpers/resolver', ['exports', 'ember/resolver', 'dummy/config/environment'], function (exports, Resolver, config) {\n\n  'use strict';\n\n  var resolver = Resolver['default'].create();\n\n  resolver.namespace = {\n    modulePrefix: config['default'].modulePrefix,\n    podModulePrefix: config['default'].podModulePrefix\n  };\n\n  exports['default'] = resolver;\n\n});","define('dummy/tests/helpers/resolver.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - helpers/resolver.js', function(){\n  it('should pass jshint', function() { \n    expect(true, 'helpers/resolver.js should pass jshint.').to.be.ok; \n  })});\n\n});","define('dummy/tests/helpers/start-app', ['exports', 'ember', 'dummy/app', 'dummy/router', 'dummy/config/environment'], function (exports, Ember, Application, Router, config) {\n\n  'use strict';\n\n\n\n  exports['default'] = startApp;\n  function startApp(attrs) {\n    var application;\n\n    var attributes = Ember['default'].merge({}, config['default'].APP);\n    attributes = Ember['default'].merge(attributes, attrs); // use defaults, but you can override;\n\n    Ember['default'].run(function () {\n      application = Application['default'].create(attributes);\n      application.setupForTesting();\n      application.injectTestHelpers();\n    });\n\n    return application;\n  }\n\n});","define('dummy/tests/helpers/start-app.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - helpers/start-app.js', function(){\n  it('should pass jshint', function() { \n    expect(true, 'helpers/start-app.js should pass jshint.').to.be.ok; \n  })});\n\n});","define('dummy/tests/router.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - router.js', function(){\n  it('should pass jshint', function() { \n    expect(true, 'router.js should pass jshint.').to.be.ok; \n  })});\n\n});","define('dummy/tests/test-helper', ['dummy/tests/helpers/resolver', 'ember-mocha'], function (resolver, ember_mocha) {\n\n\t'use strict';\n\n\tember_mocha.setResolver(resolver['default']);\n\n});","define('dummy/tests/test-helper.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - test-helper.js', function(){\n  it('should pass jshint', function() { \n    expect(true, 'test-helper.js should pass jshint.').to.be.ok; \n  })});\n\n});","define('dummy/tests/unit/initializers/paypal-test', ['chai', 'mocha', 'ember', 'ember-cli-paypal/initializers/paypal'], function (chai, mocha, Ember, paypal) {\n\n  'use strict';\n\n  /* jshint expr:true */\n  mocha.describe('PaypalInitializer', function () {\n    var container, application;\n\n    mocha.beforeEach(function () {\n      Ember['default'].run(function () {\n        application = Ember['default'].Application.create();\n        container = application.__container__;\n        application.deferReadiness();\n      });\n    });\n\n    // Replace this with your real tests.\n    mocha.it('works', function () {\n      paypal.initialize(container, application);\n\n      // you would normally confirm the results of the initializer here\n      chai.expect(true).to.be.ok;\n    });\n  });\n\n});","define('dummy/tests/unit/initializers/paypal-test.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - unit/initializers/paypal-test.js', function(){\n  it('should pass jshint', function() { \n    expect(true, 'unit/initializers/paypal-test.js should pass jshint.').to.be.ok; \n  })});\n\n});","define('dummy/tests/unit/services/paypal-test', ['chai', 'ember-mocha'], function (chai, ember_mocha) {\n\n  'use strict';\n\n  /* jshint expr:true */\n  ember_mocha.describeModule('service:paypal', 'PaypalService', {}, function () {\n    // Replace this with your real tests.\n    ember_mocha.it('exists', function () {\n      var service = this.subject();\n      chai.expect(service).to.be.ok;\n    });\n  });\n\n  // Specify the other units that are required for this test.\n  // needs: ['service:foo']\n\n});","define('dummy/tests/unit/services/paypal-test.jshint', function () {\n\n  'use strict';\n\n  describe('JSHint - unit/services/paypal-test.js', function(){\n  it('should pass jshint', function() { \n    expect(true, 'unit/services/paypal-test.js should pass jshint.').to.be.ok; \n  })});\n\n});","/* jshint ignore:start */\n\n/* jshint ignore:end */\n","/* jshint ignore:start */\n\ndefine('dummy/config/environment', ['ember'], function(Ember) {\n  var prefix = 'dummy';\n/* jshint ignore:start */\n\ntry {\n  var metaName = prefix + '/config/environment';\n  var rawConfig = Ember['default'].$('meta[name=\"' + metaName + '\"]').attr('content');\n  var config = JSON.parse(unescape(rawConfig));\n\n  return { 'default': config };\n}\ncatch(err) {\n  throw new Error('Could not read config from meta tag with name \"' + metaName + '\".');\n}\n\n/* jshint ignore:end */\n\n});\n\nif (runningTests) {\n  require(\"dummy/tests/test-helper\");\n} else {\n  require(\"dummy/app\")[\"default\"].create({\"name\":\"ember-cli-paypal\",\"version\":\"0.0.1.aa507c9e\"});\n}\n\n/* jshint ignore:end */\n"],"names":[],"mappings":"AAAA;AACA;AACA;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjBA;AACA;AACA;AACA;AACA;AACA;;ACLA;AACA;AACA;AACA;AACA;AACA;;ACLA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACjBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACrBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACXA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACPA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACpDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACZA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACrBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;AACA;AACA;AACA;;ACLA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACxBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACRA;AACA;AACA;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;","file":"dummy.js"}