Commit aaecaa2e authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Trim trailing whitespace.

Also remove trailing comma.
parent 8cb175f8
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ Ext.define('Docs.controller.DocTests', {
     */
    preRegex: /<pre[\s\S]*?>[\s\S]*?<\/pre[\s\S]*?>/gi,


    /**
     * @cfg
     * Regex used to determine if a node is an inline example.
+5 −5
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ Ext.define('Docs.view.doctests.Index', {
        },
        {
            itemId: 'testrunner',
            height: 0,
            height: 0
        },
        {
            itemId: 'testcontainer',
+5 −5

File changed.

Contains only whitespace changes.