Normalized "use strict" quoting and minor fixed to components

This commit is contained in:
Giulio Cesare Solaroli
2015-08-18 17:31:02 +02:00
parent a0bd079b51
commit 6fed029616
18 changed files with 48 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ refer to http://www.clipperz.com.
*/
'use strict';
"use strict";
Clipperz.Base.module('Clipperz.PM.UI.Components.Panels');
Clipperz.PM.UI.Components.Panels.MainPanelClass = React.createClass({

View File

@@ -21,7 +21,7 @@ refer to http://www.clipperz.com.
*/
'use strict';
"use strict";
Clipperz.Base.module('Clipperz.PM.UI.Components.Panels');
Clipperz.PM.UI.Components.Panels.SelectionPanelClass = React.createClass({