diff options
| author | Misko Hevery | 2010-07-02 14:43:17 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-07-02 14:43:17 -0700 |
| commit | 105e9443c4170870dd34f69073a6eafaabeaf567 (patch) | |
| tree | e7d591f255ec945c5b21813e186fda9e3c00c52c /scenario | |
| parent | fdc0bb232a259faf791b901f583e09bba3213ba5 (diff) | |
| download | angular.js-105e9443c4170870dd34f69073a6eafaabeaf567.tar.bz2 | |
fixed special keywords in chrome such as x.throw must be x["throw"].
Diffstat (limited to 'scenario')
| -rw-r--r-- | scenario/perf.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenario/perf.html b/scenario/perf.html index cd676918..50a8d28f 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -8,7 +8,7 @@ PerfCntl.prototype = { createItems: function(){ var items = []; - for ( var i = 0; i < 1000; i++) { + for ( var i = 0; i < 100; i++) { var item = { name: "" + Math.random(), parts: [Math.random(), Math.random()] |
