Skip to content

Commit

Permalink
Merge pull request #5550 from cb1kenobi/timob-15465
Browse files Browse the repository at this point in the history
[TIMOB-15465] Removed Ti/_/image and Ti/_/include from the initial list ...
  • Loading branch information
cb1kenobi committed Mar 27, 2014
2 parents 87028a7 + 435452d commit 0b6e8c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mobileweb/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,7 @@ MobileWebBuilder.prototype.initialize = function initialize(next) {
this.tiModulesToLoad = [];
this.requireCache = {};
this.moduleMap = {};
this.modulesToCache = [
'Ti/_/image',
'Ti/_/include'
];
this.modulesToCache = [];
this.precacheImages = [];
this.locales = [];
this.appNames = {};
Expand Down

0 comments on commit 0b6e8c2

Please sign in to comment.