mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Merge pull request #2494 from overleaf/as-remove-unused-platform-dep
Remove unused platform dependency GitOrigin-RevId: 50df832eb4875e505503f29b37ef962add21e894
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* DS207: Consider shorter variations of null checks
|
||||
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions.md
|
||||
*/
|
||||
define(['base', 'libs/platform'], (App, platform) =>
|
||||
define(['base'], App =>
|
||||
App.controller('GroupPlanContactController', function($scope, $modal, $http) {
|
||||
$scope.form = {}
|
||||
$scope.sent = false
|
||||
|
||||
-1130
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user