1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 02:20:14 -05:00

Remove iscroll from require-config

This commit is contained in:
Tankred Hase 2014-06-16 15:10:26 +02:00
parent b5973cc370
commit b9a7e3b43c
2 changed files with 1 additions and 6 deletions

View File

@ -4,7 +4,6 @@ define(function(require) {
var angular = require('angular'),
_ = require('underscore'),
appController = require('js/app-controller'),
IScroll = require('iscroll'),
notification = require('js/util/notification'),
emailDao, outboxBo, keychainDao;

View File

@ -20,8 +20,7 @@
uuid: 'uuid/uuid',
forge: 'forge/forge.min',
punycode: 'punycode.min',
openpgp: 'openpgp/openpgp.min',
iscroll: 'iscroll/iscroll-min'
openpgp: 'openpgp/openpgp.min'
},
shim: {
forge: {
@ -46,9 +45,6 @@
exports: 'angular',
deps: ['angular']
},
iscroll: {
exports: 'IScroll'
},
lawnchair: {
exports: 'Lawnchair'
},