js-spread-grid 0.0.48 → 0.0.49

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-spread-grid",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "Fast grid for js applications",
5
5
  "author": "Tomasz Rewak <tomasz.rewak@gmail.com>",
6
6
  "license": "MIT",
@@ -120,8 +120,6 @@ export default class FormattingRules {
120
120
  result.edit = context.edit;
121
121
  if (draw !== undefined)
122
122
  result.draw = draw;
123
- if ('text' in context)
124
- result.text = text;
125
123
 
126
124
  return result;
127
125
  }