|
|
@ -1,5 +1,6 @@
|
|
|
|
@app =
|
|
|
|
@app =
|
|
|
|
$: $
|
|
|
|
$: $
|
|
|
|
|
|
|
|
$$: $$
|
|
|
|
collections: {}
|
|
|
|
collections: {}
|
|
|
|
models: {}
|
|
|
|
models: {}
|
|
|
|
templates: {}
|
|
|
|
templates: {}
|
|
|
@ -142,7 +143,7 @@
|
|
|
|
isInjectionError: ->
|
|
|
|
isInjectionError: ->
|
|
|
|
# Some browser extensions expect the entire web to use jQuery.
|
|
|
|
# Some browser extensions expect the entire web to use jQuery.
|
|
|
|
# I gave up trying to fight back.
|
|
|
|
# I gave up trying to fight back.
|
|
|
|
window.$ isnt app.$
|
|
|
|
window.$ isnt app.$ or window.$$ isnt app.$$
|
|
|
|
|
|
|
|
|
|
|
|
isAppError: (error, file) ->
|
|
|
|
isAppError: (error, file) ->
|
|
|
|
# Ignore errors from external scripts.
|
|
|
|
# Ignore errors from external scripts.
|
|
|
|