mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
490c56c692
don't use hash in non minjs version
6 lines
99 B
CoffeeScript
6 lines
99 B
CoffeeScript
define [
|
|
"libraries"
|
|
], () ->
|
|
angular.module('underscore', []).factory '_', ->
|
|
return window._
|