Skip to content

Commit b79984c

Browse files
committed
add setImageUrl method
1 parent 0c754a7 commit b79984c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

plugin.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ to config.xml in order for the application to find previously stored files.
249249
<runs/>
250250
</js-module>
251251

252-
<js-module src="www/setImageUrl.js" name="setImageUrl">
253-
<merges target="cordova" />
254-
</js-module>
255-
256252
<framework src="AssetsLibrary.framework" />
257253
<framework src="MobileCoreServices.framework" />
258254
</platform>

www/setImageUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
exec(function() {}, function() {}, "File", "setImageUrl", [imageUrl]);
77
};
88

9-
module.exports = setImageUrl;
9+
module.exports.setImageUrl = setImageUrl;
1010
})();

0 commit comments

Comments
 (0)