Skip to content

Commit

Permalink
Merge pull request #61 from appcelerator/timob-15384
Browse files Browse the repository at this point in the history
TIMOB-15384: fixed the error of getting null when evaluating 'Module.get...
  • Loading branch information
Michael Xia committed Oct 1, 2013
2 parents 323df5f + 9313a01 commit b781768
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build/liveview.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ Module.patch = function (globalCtx, url, port) {
Module.global.reload = function(){
try {
Module.evtServer._proxy.close();
Module = null;
console.log('[LiveView] Reloading App');
Ti.App._restart();
} catch(e){
Expand Down
2 changes: 1 addition & 1 deletion build/liveview.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/platform/require.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Module.patch = function (globalCtx, url, port) {
Module.global.reload = function(){
try {
Module.evtServer._proxy.close();
Module = null;
console.log('[LiveView] Reloading App');
Ti.App._restart();
} catch(e){
Expand Down

0 comments on commit b781768

Please sign in to comment.