Skip to content

Instantly share code, notes, and snippets.

@i8ramin
Created June 29, 2010 13:51
Show Gist options
  • Save i8ramin/457242 to your computer and use it in GitHub Desktop.
Save i8ramin/457242 to your computer and use it in GitHub Desktop.
Error:
Problem at line 20 character 21: 'options' is already defined.
var options = $.extend(defaults, options);
Problem at line 39 character 47: Use '===' to compare with 'true'.
if (defaults.less == true) {
Problem at line 45 character 49: Missing semicolon.
return false
Problem at line 46 character 35: Missing semicolon.
})
Problem at line 48 character 26: Don't make functions within a loop.
});
Problem at line 49 character 48: Missing semicolon.
newLimit = stringLength
Problem at line 53 character 11: Missing semicolon.
})
Problem at line 54 character 6: Missing semicolon.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment