26a5779cdd
Closes #13976
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
'use strict';
|
|
|
|
angular.module('repeatAnimateBenchmark', [])
|
|
.run(function($rootScope) {
|
|
$rootScope.fileType = 'noanimate';
|
|
});
|