Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b488bbf

Browse files
chore(doc-app): remove invalid line of code
1 parent 696928d commit b488bbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/app/src/docs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ angular.module('docsApp', [
123123
$scope.offlineEnabled = ($cookies[OFFLINE_COOKIE_NAME] == angular.version.full);
124124
$scope.futurePartialTitle = null;
125125
$scope.loading = 0;
126-
$scope.URL = URL;
127126
$scope.$cookies = $cookies;
128127

129128
$cookies.platformPreference = $cookies.platformPreference || 'gitUnix';

0 commit comments

Comments
 (0)