Search the web
Sign In
New User? Sign Up
jslint_com · JSLint.com
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 211 - 240 of 993   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
211
There is a new version of my Widget Tester Widget at http://tinyurl.com/5unocx . This incorporates the 30 August, 2008 version of JSLint. The update has also...
Merlin
harry152566
Offline Send Email
Sep 1, 2008
11:04 am
212
... [cut] ... I modified my code conventions. Before I wrote for the inner functions var my_function = function () { ... } Now, modifying the code complaining...
santini.alberto
Offline Send Email
Sep 3, 2008
9:28 am
213
I am trying to use the command-line version of JSLint on an HTML file and it is failing with this error. Lint at line 28 character 1: Unexpected '@'. @import...
Nick Radov
nradov
Offline Send Email
Sep 4, 2008
7:33 pm
214
... Thanks for the report. It should be better now. Please let me know if you find any other problems....
Douglas Crockford
douglascrock...
Offline Send Email
Sep 4, 2008
10:23 pm
215
Hey guys, At RWE, I got the idea after hearing Douglas' talk on the Good Parts to use AdSafe and JSLint for a new (poorly considered in my opinion but I don't...
Adam
adamvandenhoven
Offline Send Email
Sep 9, 2008
7:57 pm
216
... Clearly, but I don't know what. I don't see any of those problems....
Douglas Crockford
douglascrock...
Offline Send Email
Sep 9, 2008
8:05 pm
217
... perfect ... Any news ?...
Fred Lorrain
grumelo68
Offline Send Email
Sep 12, 2008
6:51 am
218
... I don't clearly undersand you(English is not my mother tong). Will you fix the issues or I made a mistake in my analysis?...
Fred Lorrain
grumelo68
Offline Send Email
Sep 12, 2008
6:56 am
219
... No....
Douglas Crockford
douglascrock...
Offline Send Email
Sep 12, 2008
1:08 pm
220
I corrected a bug that was producing an incorrect warning on some regular expression literals....
Douglas Crockford
douglascrock...
Offline Send Email
Sep 12, 2008
1:10 pm
221
I've been exprimenting with mixing jslint and the dojo editor to make syntax checking script editor. I've noticed that something in jslint seems to conflict...
fjcastan
Offline Send Email
Sep 14, 2008
11:25 pm
222
... Please let me know if you find out what it is. If it is failing on the dojo side, then it is likely a dojo problem that is triggered by something that...
Douglas Crockford
douglascrock...
Offline Send Email
Sep 15, 2008
5:53 pm
223
... make ... when ... the ... The culprit appears to be here: (line 497 of fulljslint.hs) Object.prototype.union = function (o) { var n; for (n in o) if...
fjcastan
Offline Send Email
Sep 16, 2008
2:48 am
224
... I hope Dojo fixes it. It should be more resilient. The fix is easy. Have them contact me if they have trouble. ... You don't need permission. Everything...
Douglas Crockford
douglascrock...
Offline Send Email
Sep 17, 2008
9:50 pm
225
JSLint can now check CSS files. CSS files are required to have this as the first line: @charset "UTF-8"; JSLint's CSS checking is not yet complete, but it will...
Douglas Crockford
douglascrock...
Offline Send Email
Sep 18, 2008
11:18 pm
226
First thing I noticed checking a CSS file... CSS comments aren't recognized. I had this style block: @charset "UTF-8"; body { margin: 0; background: #F2F2F2...
Jordan
ljharb
Online Now Send Email
Sep 19, 2008
3:34 am
227
... error. JSLint will reject comments within {} because of security concerns. The error messages will get better. ... Thanks. That's the kind of advice I'll...
Douglas Crockford
douglascrock...
Offline Send Email
Sep 19, 2008
3:58 am
228
It would be nice (I can dream, can I) to have a list of browser-specific hacks, like # and _ prefix with suggestions on how to substitute those with better...
Klemen Slavič
klemen.slavic
Offline Send Email
Sep 19, 2008
5:59 am
229
... // jslint.js // 2008-09-18 JSLint Function Report for fulljslint.js Fri, 19 Sep 2008 08:15:46 GMT Error: Problem at line 92 character 13: Expected an...
Harry Whitfield
harry152566
Offline Send Email
Sep 19, 2008
8:19 am
230
... I may or may not be running a CSS lint for solely security concerns - rejecting or ignoring comments should be an option....
Jordan
ljharb
Online Now Send Email
Sep 19, 2008
6:18 pm
231
... It is because of that kind of thinking that CSS has become a general security vulnerability....
Douglas Crockford
douglascrock...
Offline Send Email
Sep 19, 2008
7:39 pm
232
Using Jaxer (http://www.aptana.com), a Ajax server, it is possible insert in the html page tags as <jaxer:include ... Linting the page, JSLint displays ...
santini.alberto
Offline Send Email
Sep 20, 2008
9:16 am
233
I have a code snippet containing: ... if (!(contents instanceof HTMLElement)) { ... Of course JSLint says 'HTMLElement' is undefined. Same message with browser...
santini.alberto
Offline Send Email
Sep 20, 2008
12:51 pm
234
... Yes it is. HTMLElement is not found in all browsers, so it is usually good to get the warning....
Douglas Crockford
douglascrock...
Offline Send Email
Sep 20, 2008
1:25 pm
235
... Would it be useful to have an Assume Jaxer option? Can jaxer tags be embedded inside of script blocks?...
Douglas Crockford
douglascrock...
Offline Send Email
Sep 20, 2008
1:28 pm
236
... Yes, it is. ... The jaxer tags are html tags and they are not embedded inside of script blocks. Thanks, Alberto Santini...
santini.alberto
Offline Send Email
Sep 20, 2008
2:17 pm
237
Hi, I just discovered jslint and it is *great*. Thank you, thank you, thank you! Yes, it did hurt my feelings... but in a good way, except for one case. I...
crunchy_python
Offline Send Email
Sep 22, 2008
1:00 am
238
... André, I've found that most authoritative, standard references for C, C++, Java, JavaScript, etc., show case statements NOT to be indented relative to the...
William Chapman
jeddahbill
Offline Send Email
Sep 22, 2008
5:12 am
239
In my external JS file, I use the following code: document.getElementById('element').innerHTML = object.property; I receive both of the follower errors from JS...
-
iamjang2003
Offline Send Email
Sep 23, 2008
12:25 am
240
... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jsmthescape.asp ... The link is dead :C...
Fred Lorrain
grumelo68
Offline Send Email
Sep 23, 2008
12:56 pm
Messages 211 - 240 of 993   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help