mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
490c56c692
don't use hash in non minjs version
5 lines
99 B
CoffeeScript
5 lines
99 B
CoffeeScript
define [
|
|
"libraries"
|
|
], () ->
|
|
angular.module('underscore', []).factory '_', ->
|
|
return window._
|