aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2013-06-11 17:50:16 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2013-06-11 17:50:16 -0700
commitcd9069a8750fa9ea00c1700782d01d06f58aeee7 (patch)
tree9ccad40f02757aedc9b167ab81599a5ac26a82f2 /src
parentf3b071e1d14353ec87ea97b4bec08214ed70fbd8 (diff)
removed an old goog.provide
Diffstat (limited to 'src')
-rw-r--r--src/js/fiveui/injected/jquery-plugins.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/js/fiveui/injected/jquery-plugins.js b/src/js/fiveui/injected/jquery-plugins.js
index 0f13c2a..43cfbd6 100644
--- a/src/js/fiveui/injected/jquery-plugins.js
+++ b/src/js/fiveui/injected/jquery-plugins.js
@@ -19,10 +19,6 @@
* limitations under the License.
*/
-if (typeof goog != 'undefined') {
- goog.provide('fiveui.jquery');
-}
-
/**
* This module provides several useful jQuery plugins related to checking and reporting
* UI consistency issues.
@@ -39,8 +35,8 @@ fiveui.jquery = fiveui.jquery || {};
* @returns {!Object} A modified jQuery object
*/
fiveui.jquery.hasText = function (text) {
- return this.filter(":contains('" + text + "')")
-}
+ return this.filter(":contains('" + text + "')");
+};
/**
* Color checker plugin: filters for elements whose CSS color property is