mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-14 15:46:36 +10:00
保存分享的URL信息
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
var LibrmeExtension = function() {};
|
||||
|
||||
LibrmeExtension.prototype = {
|
||||
run: function(arguments) {
|
||||
arguments.completionFunction({"baseURI" : document.baseURI});
|
||||
}
|
||||
run: function(arguments) {
|
||||
arguments.completionFunction({"baseURI" : document.baseURI});
|
||||
},
|
||||
finalize: function(arguments) {
|
||||
alert(arguments);
|
||||
}
|
||||
}
|
||||
|
||||
var ExtensionPreprocessingJS = new LibrmeExtension;
|
||||
Reference in New Issue
Block a user