Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 496736
Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.javascript/web/javascript/hover.js (-1 / +1 lines)
Lines 392-398 define([ Link Here
392
		}
392
		}
393
	});
393
	});
394
394
395
	JavaScriptHover.prototype.contructor = JavaScriptHover;
395
	JavaScriptHover.prototype.constructor = JavaScriptHover;
396
396
397
	return {
397
	return {
398
		JavaScriptHover: JavaScriptHover,
398
		JavaScriptHover: JavaScriptHover,
(-)a/bundles/org.eclipse.orion.client.javascript/web/javascript/occurrences.js (-1 / +1 lines)
Lines 62-68 define([ Link Here
62
		}
62
		}
63
	});
63
	});
64
	
64
	
65
	JavaScriptOccurrences.prototype.contructor = JavaScriptOccurrences;
65
	JavaScriptOccurrences.prototype.constructor = JavaScriptOccurrences;
66
	
66
	
67
	return {
67
	return {
68
		JavaScriptOccurrences: JavaScriptOccurrences
68
		JavaScriptOccurrences: JavaScriptOccurrences
(-)a/bundles/org.eclipse.orion.client.javascript/web/javascript/quickFixes.js (-1 / +1 lines)
Lines 427-433 define([ Link Here
427
		}
427
		}
428
	});
428
	});
429
	
429
	
430
	JavaScriptQuickfixes.prototype.contructor = JavaScriptQuickfixes;
430
	JavaScriptQuickfixes.prototype.constructor = JavaScriptQuickfixes;
431
	
431
	
432
	return {
432
	return {
433
		JavaScriptQuickfixes: JavaScriptQuickfixes
433
		JavaScriptQuickfixes: JavaScriptQuickfixes
(-)a/bundles/org.eclipse.orion.client.webtools/web/webtools/cssHover.js (-1 / +1 lines)
Lines 382-388 define([ Link Here
382
		
382
		
383
	});
383
	});
384
384
385
	CSSHover.prototype.contructor = CSSHover;
385
	CSSHover.prototype.constructor = CSSHover;
386
	
386
	
387
	return {
387
	return {
388
		CSSHover: CSSHover
388
		CSSHover: CSSHover
(-)a/bundles/org.eclipse.orion.client.webtools/web/webtools/cssQuickFixes.js (-1 / +1 lines)
Lines 77-83 define([ Link Here
77
		}
77
		}
78
	});
78
	});
79
	
79
	
80
	CssQuickFixes.prototype.contructor = CssQuickFixes;
80
	CssQuickFixes.prototype.constructor = CssQuickFixes;
81
	
81
	
82
	return {
82
	return {
83
		CssQuickFixes: CssQuickFixes
83
		CssQuickFixes: CssQuickFixes
(-)a/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlHover.js (-1 / +1 lines)
Lines 270-276 define([ Link Here
270
		
270
		
271
	});
271
	});
272
272
273
	HTMLHover.prototype.contructor = HTMLHover;
273
	HTMLHover.prototype.constructor = HTMLHover;
274
	
274
	
275
	return {
275
	return {
276
		HTMLHover: HTMLHover
276
		HTMLHover: HTMLHover
(-)a/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlOccurrences.js (-1 / +1 lines)
Lines 129-135 define([ Link Here
129
		return [];
129
		return [];
130
	}
130
	}
131
	
131
	
132
	HTMLOccurrences.prototype.contructor = HTMLOccurrences;
132
	HTMLOccurrences.prototype.constructor = HTMLOccurrences;
133
	
133
	
134
	return {
134
	return {
135
			HTMLOccurrences: HTMLOccurrences
135
			HTMLOccurrences: HTMLOccurrences

Return to bug 496736