Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <pre class="prettyprint">function getCode($elem) {
  2.  
  3. var tabAtStart = /^t/g;
  4. while (lines[0].search(tabAtStart) > -1) {
  5. $.each(lines, function (index, value) {
  6. lines[index] = value.replace(tabAtStart, "");
  7. });
  8. }}</pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement