Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 262677 Details for
Bug 496736
Usage of .prototype.contructor instead of .prototype.constructor.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed patch
typos.patch (text/plain), 3.75 KB, created by
Olivier Thomann
on 2016-06-24 10:17:12 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Olivier Thomann
Created:
2016-06-24 10:17:12 EDT
Size:
3.75 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.javascript/web/javascript/hover.js b/bundles/org.eclipse.orion.client.javascript/web/javascript/hover.js >index 1db448c..8e798c4 100644 >--- a/bundles/org.eclipse.orion.client.javascript/web/javascript/hover.js >+++ b/bundles/org.eclipse.orion.client.javascript/web/javascript/hover.js >@@ -392,7 +392,7 @@ define([ > } > }); > >- JavaScriptHover.prototype.contructor = JavaScriptHover; >+ JavaScriptHover.prototype.constructor = JavaScriptHover; > > return { > JavaScriptHover: JavaScriptHover, >diff --git a/bundles/org.eclipse.orion.client.javascript/web/javascript/occurrences.js b/bundles/org.eclipse.orion.client.javascript/web/javascript/occurrences.js >index ffd3d61..8e70edb 100644 >--- a/bundles/org.eclipse.orion.client.javascript/web/javascript/occurrences.js >+++ b/bundles/org.eclipse.orion.client.javascript/web/javascript/occurrences.js >@@ -62,7 +62,7 @@ define([ > } > }); > >- JavaScriptOccurrences.prototype.contructor = JavaScriptOccurrences; >+ JavaScriptOccurrences.prototype.constructor = JavaScriptOccurrences; > > return { > JavaScriptOccurrences: JavaScriptOccurrences >diff --git a/bundles/org.eclipse.orion.client.javascript/web/javascript/quickFixes.js b/bundles/org.eclipse.orion.client.javascript/web/javascript/quickFixes.js >index a2df056..320b452 100644 >--- a/bundles/org.eclipse.orion.client.javascript/web/javascript/quickFixes.js >+++ b/bundles/org.eclipse.orion.client.javascript/web/javascript/quickFixes.js >@@ -427,7 +427,7 @@ define([ > } > }); > >- JavaScriptQuickfixes.prototype.contructor = JavaScriptQuickfixes; >+ JavaScriptQuickfixes.prototype.constructor = JavaScriptQuickfixes; > > return { > JavaScriptQuickfixes: JavaScriptQuickfixes >diff --git a/bundles/org.eclipse.orion.client.webtools/web/webtools/cssHover.js b/bundles/org.eclipse.orion.client.webtools/web/webtools/cssHover.js >index 8a26e96..7c3fad7 100644 >--- a/bundles/org.eclipse.orion.client.webtools/web/webtools/cssHover.js >+++ b/bundles/org.eclipse.orion.client.webtools/web/webtools/cssHover.js >@@ -382,7 +382,7 @@ define([ > > }); > >- CSSHover.prototype.contructor = CSSHover; >+ CSSHover.prototype.constructor = CSSHover; > > return { > CSSHover: CSSHover >diff --git a/bundles/org.eclipse.orion.client.webtools/web/webtools/cssQuickFixes.js b/bundles/org.eclipse.orion.client.webtools/web/webtools/cssQuickFixes.js >index aadded9..fb08aa2 100644 >--- a/bundles/org.eclipse.orion.client.webtools/web/webtools/cssQuickFixes.js >+++ b/bundles/org.eclipse.orion.client.webtools/web/webtools/cssQuickFixes.js >@@ -77,7 +77,7 @@ define([ > } > }); > >- CssQuickFixes.prototype.contructor = CssQuickFixes; >+ CssQuickFixes.prototype.constructor = CssQuickFixes; > > return { > CssQuickFixes: CssQuickFixes >diff --git a/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlHover.js b/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlHover.js >index 0fba695..72ecf32 100644 >--- a/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlHover.js >+++ b/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlHover.js >@@ -270,7 +270,7 @@ define([ > > }); > >- HTMLHover.prototype.contructor = HTMLHover; >+ HTMLHover.prototype.constructor = HTMLHover; > > return { > HTMLHover: HTMLHover >diff --git a/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlOccurrences.js b/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlOccurrences.js >index 73c8495..a9346ff 100644 >--- a/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlOccurrences.js >+++ b/bundles/org.eclipse.orion.client.webtools/web/webtools/htmlOccurrences.js >@@ -129,7 +129,7 @@ define([ > return []; > } > >- HTMLOccurrences.prototype.contructor = HTMLOccurrences; >+ HTMLOccurrences.prototype.constructor = HTMLOccurrences; > > return { > HTMLOccurrences: HTMLOccurrences
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 496736
: 262677