Skip to content

Commit

Permalink
[TIMOB-16523] Ran the dependency analyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Mar 14, 2014
1 parent dfe81e7 commit 7a0f859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions mobileweb/titanium/dependencies.json
Expand Up @@ -197,9 +197,6 @@
"Ti/Media",
"Ti/UI/View"
],
"Ti/MobileWeb/WP8": [
"Ti/_/lang"
],
"Ti/Network/HTTPClient": [
"Ti/_",
"Ti/_/declare",
Expand Down Expand Up @@ -438,7 +435,7 @@
],
"Ti/UI/WebView": [
"Ti/_/declare",
"Ti/_/UI/Widget",
"Ti/UI/View",
"Ti/_/dom",
"Ti/_/event",
"Ti/_/lang",
Expand Down
2 changes: 1 addition & 1 deletion mobileweb/tools/dependencyAnalyzer/dependencyAnalyzer.js
Expand Up @@ -4,7 +4,7 @@
var path = require('path'),
fs = require('fs'),
uglify = require('uglify-js'),
sourceDir = path.resolve(path.join(__dirname,'..','..','..','mobileweb','titanium')),
sourceDir = path.resolve(path.join(__dirname, '..', '..', 'titanium')),
fileList = require('wrench').readdirSyncRecursive(sourceDir),
match,
dependencies,
Expand Down

0 comments on commit 7a0f859

Please sign in to comment.