mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 10:30:18 -05:00
Remove iscroll from require-config
This commit is contained in:
parent
b5973cc370
commit
b9a7e3b43c
@ -4,7 +4,6 @@ define(function(require) {
|
|||||||
var angular = require('angular'),
|
var angular = require('angular'),
|
||||||
_ = require('underscore'),
|
_ = require('underscore'),
|
||||||
appController = require('js/app-controller'),
|
appController = require('js/app-controller'),
|
||||||
IScroll = require('iscroll'),
|
|
||||||
notification = require('js/util/notification'),
|
notification = require('js/util/notification'),
|
||||||
emailDao, outboxBo, keychainDao;
|
emailDao, outboxBo, keychainDao;
|
||||||
|
|
||||||
|
@ -20,8 +20,7 @@
|
|||||||
uuid: 'uuid/uuid',
|
uuid: 'uuid/uuid',
|
||||||
forge: 'forge/forge.min',
|
forge: 'forge/forge.min',
|
||||||
punycode: 'punycode.min',
|
punycode: 'punycode.min',
|
||||||
openpgp: 'openpgp/openpgp.min',
|
openpgp: 'openpgp/openpgp.min'
|
||||||
iscroll: 'iscroll/iscroll-min'
|
|
||||||
},
|
},
|
||||||
shim: {
|
shim: {
|
||||||
forge: {
|
forge: {
|
||||||
@ -46,9 +45,6 @@
|
|||||||
exports: 'angular',
|
exports: 'angular',
|
||||||
deps: ['angular']
|
deps: ['angular']
|
||||||
},
|
},
|
||||||
iscroll: {
|
|
||||||
exports: 'IScroll'
|
|
||||||
},
|
|
||||||
lawnchair: {
|
lawnchair: {
|
||||||
exports: 'Lawnchair'
|
exports: 'Lawnchair'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user