Maheshjayachandran / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

editor/table.js should goog.require('goog.dom.DomHelper') #429

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Very simple one line patch to fix a compile warning:

--- a/closure/goog/editor/table.js
+++ b/closure/goog/editor/table.js
@@ -29,6 +29,7 @@ goog.provide('goog.editor.TableRow');

 goog.require('goog.debug.Logger');
 goog.require('goog.dom');
+goog.require('goog.dom.DomHelper');
 goog.require('goog.dom.NodeType');
 goog.require('goog.dom.TagName');
 goog.require('goog.string.Unicode');

Original issue reported on code.google.com by ahochh...@samegoal.com on 25 Feb 2012 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by pall...@google.com on 28 Feb 2012 at 11:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1623.

Original comment by chrishe...@google.com on 29 Feb 2012 at 5:01