You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/02/11 16:56:25 UTC

spec commit: CB-6004 Fix the problem that run Benchmark->ArrayBuffer test but 'Echo plugin did not respond'

Updated Branches:
  refs/heads/master 8669285d3 -> c6dd498dd


CB-6004 Fix the problem that run Benchmark->ArrayBuffer test but 'Echo plugin did not respond'

The safari console window outputs ‘module cordova/plugin/echo not
found’!


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/c6dd498d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/c6dd498d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/c6dd498d

Branch: refs/heads/master
Commit: c6dd498dd5f5738505580d31e159f8cfdab61065
Parents: 8669285
Author: lmnbeyond <lm...@gmail.com>
Authored: Tue Feb 11 15:13:01 2014 +0800
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Feb 11 10:56:12 2014 -0500

----------------------------------------------------------------------
 benchmarks/arraybuffer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/c6dd498d/benchmarks/arraybuffer.html
----------------------------------------------------------------------
diff --git a/benchmarks/arraybuffer.html b/benchmarks/arraybuffer.html
index 4dd98b6..5686f75 100644
--- a/benchmarks/arraybuffer.html
+++ b/benchmarks/arraybuffer.html
@@ -44,7 +44,7 @@
     }
 
     function benchExec() {
-        var echo = cordova.require('cordova/plugin/echo'),
+        var echo = cordova.echo,
             startTime = +new Date,
             callCount = 0,
             durationMs = parseInt(document.getElementById('test-duration').value, 10) * 1000,