mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
6 lines
99 B
CoffeeScript
6 lines
99 B
CoffeeScript
define [
|
|
"libraries"
|
|
], () ->
|
|
angular.module('underscore', []).factory '_', ->
|
|
return window._
|