projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78301a7
)
js/Common.js - Fix hard karma crash.
author
Tim Otten
<totten@civicrm.org>
Fri, 13 Feb 2015 21:17:06 +0000
(13:17 -0800)
committer
Tim Otten
<totten@civicrm.org>
Fri, 13 Feb 2015 21:17:06 +0000
(13:17 -0800)
js/Common.js
patch
|
blob
|
blame
|
history
diff --git
a/js/Common.js
b/js/Common.js
index a63a958153913fdab1eed82bec0543339f908c3c..ca2d5ea8a8bd4e2de49bc55318e0f3c97f13832f 100644
(file)
--- a/
js/Common.js
+++ b/
js/Common.js
@@
-1,6
+1,6
@@
// https://civicrm.org/licensing
/* global CRM:true */
-
if (!CRM) CRM =
{};
+
var CRM = CRM ||
{};
var cj = CRM.$ = jQuery;
CRM._ = _;