Skip to content

Commit

Permalink
put back in purgeEmptyDirectories method as todo
Browse files Browse the repository at this point in the history
  • Loading branch information
aogilvie committed May 18, 2012
1 parent 280e64f commit 8b2dbbe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion www/phonegap/plugin/wizAssets/wizAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ var wizAssets = {

return cordova.exec(null, null, "WizAssetsPlugin", "removeProgressBar", [] );

}
},

purgeEmptyDirectories: function(s, f) {
// todo
s();

}


};

0 comments on commit 8b2dbbe

Please sign in to comment.