Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
/angular.jsPublic archive

Commit0784977

Browse files
committed
chore(benchmarks): fix order-by benchmark
1 parent912d5b9 commit0784977

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎benchmarks/orderby-bp/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ app.controller('DataController', function DataController($rootScope, $scope) {
77
this.rows=[];
88
varself=this;
99

10-
$scope.benchmarkType='basic';
10+
$scope.benchmarkType='baseline';
1111

1212
$scope.rawProperty=function(key){
1313
returnfunction(item){

‎benchmarks/orderby-bp/jquery-noop.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Override me with ?jquery=/bower_components/jquery/dist/jquery.js

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp