Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12 from timwindsor/master
Browse files Browse the repository at this point in the history
Small update for new webworks SDK
  • Loading branch information
pelegri committed Sep 25, 2012
2 parents 8ab0db7 + 2303429 commit d01192e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion invoke/invokable/config.xml
Expand Up @@ -36,7 +36,7 @@ limitations under the License.
</license>
<feature id="blackberry.invoked" version="1.0.0" required="true" />
<feature id="blackberry.invoke" version="1.0.0" required="true" />
<rim:invoke-target id="net.rim.webworks.invokable">
<rim:invoke-target id="com.bb.test.invokable">
<type>APPLICATION</type>
<filter>
<action>bb.action.OPEN</action>
Expand Down
2 changes: 1 addition & 1 deletion invoke/invokable/index.html
Expand Up @@ -22,7 +22,7 @@
Include BlackBerry 10 WebWorks JavaScript framework file.
When doing an SDK upgrade, always make sure you grab the latest from the SDK/Framework/clientFiles folder.
-->
<script src="webworks-1.0.1.5.js"></script>
<script src="webworks-1.0.2.9.js"></script>
<script type="text/javascript">
function ready() {

Expand Down
2 changes: 1 addition & 1 deletion invoke/invoker/index.html
Expand Up @@ -22,7 +22,7 @@
Include BlackBerry 10 WebWorks JavaScript framework file.
When doing an SDK upgrade, always make sure you grab the latest from the SDK/Framework/clientFiles folder.
-->
<script src="webworks-1.0.1.5.js"></script>
<script src="webworks-1.0.2.9.js"></script>
<script src="invocations.js"></script>
<link rel="stylesheet" type="text/css" href="jquery/jquery.mobile-1.1.0.min.css" />
<script src="jquery/jquery-1.7.1.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion invoke/invoker/invocations.js
Expand Up @@ -59,7 +59,7 @@ function invokeAdobeReaderPdf() {

function invokeApp() {
blackberry.invoke.invoke({
target: "net.rim.webworks.invokable",
target: "com.bb.test.invokable",
action: "bb.action.OPEN",
type: "text/plain",
data: "Hello, I invoked you"
Expand Down

0 comments on commit d01192e

Please sign in to comment.