Naming convention fix.
Change-Id: If1661a9c35fafb048b2a30b9fefbace7668e98d7
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
DisplaySettings.prototype = {
|
DisplaySettings.prototype = {
|
||||||
|
|
||||||
Constructor: DisplaySettings,
|
constructor: DisplaySettings,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Render the module into a given target
|
* Render the module into a given target
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
InputSettings.prototype = {
|
InputSettings.prototype = {
|
||||||
|
|
||||||
Constructor: InputSettings,
|
constructor: InputSettings,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Render the module into a given target
|
* Render the module into a given target
|
||||||
|
|||||||
Reference in New Issue
Block a user