mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-10 05:36:06 +10:00
9 lines
217 B
JavaScript
9 lines
217 B
JavaScript
var LibrmeExtension = function() {};
|
|
|
|
LibrmeExtension.prototype = {
|
|
run: function(arguments) {
|
|
arguments.completionFunction({"baseURI" : document.baseURI});
|
|
}
|
|
}
|
|
|
|
var ExtensionPreprocessingJS = new LibrmeExtension; |