targetj 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/App.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "targetj",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "keywords": [
5
5
  "targetj"
6
6
  ],
package/src/App.js CHANGED
@@ -144,7 +144,8 @@ function App(tmodel, rootId) {
144
144
 
145
145
  return my;
146
146
  }
147
-
147
+
148
+ window.t = window.t || SearchUtil.find;
148
149
  App.oids = {};
149
150
  App.getOid = function(type) {
150
151
  if (!TUtil.isDefined(App.oids[type])) {