Skip to content

Commit

Permalink
Update cssassist.dom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaTribal committed Oct 31, 2013
1 parent c8686c8 commit d2ada4d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions extensions/cssassist.dom.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* This is an example plugin for CSSAssist.
*
* This plugin accepts a regular expression and a replacement string
* and executes the expression against the textnode of each item
* in the current context. If deep = true, it will also process
* the text nodes of each items descendants
* This plugin provides the following functions on CSSAssist collections
* prepend, append, remove, and regex
*/
// self invoking function wrapper
(function () {
Expand Down Expand Up @@ -57,4 +55,4 @@
return this;
};

})(); // close the self invoking function
})(); // close the self invoking function

0 comments on commit d2ada4d

Please sign in to comment.